IsEqualGUID

Determines whether two GUIDs are equal.

BOOL IsEqualGUID(
  REFGUID rguid1, //GUID to compare to rguid2
  REFGUID rguid2  //GUID to compare to rguid1
);
 

Parameters

rguid1
[in] GUID to compare to rguid2.
rguid2
[in] GUID to compare to rguid1.

Return Values

TRUE
The GUIDs are equal.
FALSE
The GUIDs are not equal.

Remarks

IsEqualGUID is used by the IsEqualCLSID and IsEqualIID functions.

QuickInfo

  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.

See Also

IsEqualCLSID, IsEqualIID