IsEqualCLSID macro (guiddef.h)

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

Syntax

BOOL IsEqualCLSID(
  rclsid1,
  rclsid2
);

Parameters

rclsid1

The first CLSID.

rclsid2

The second CLSID.

Return value

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

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