IsEqualGUID macro (guiddef.h)

Evaluates to a Boolean value that indicates whether two GUIDs are equal.

Syntax

BOOL IsEqualGUID(
  rguid1,
  rguid2
);

Parameters

rguid1

The first GUID.

rguid2

The second GUID.

Return value

TRUE if the two GUIDs are equal; otherwise, FALSE.

Remarks

IsEqualGUID is used by the IsEqualCLSID and IsEqualIID macros.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header guiddef.h (include GuidDef.h, Objbase.h)
Library Ole32.lib
DLL Ole32.dll

See also