Determines whether two GUIDs are equal.
BOOL IsEqualGUID(
REFGUID rguid1, //GUID to compare to rguid2
REFGUID rguid2 //GUID to compare to rguid1
);
IsEqualGUID is used by the IsEqualCLSID and IsEqualIID functions.
Windows NT: Use version 3.1 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in objbase.h.
Import Library: Use ole32.lib.