This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IU > IUID Interface > IUID.Compare Method (ArcObjects .NET 10.4 SDK) |
Indicates if the two UID objects represent the same globally unique identifier.
[Visual Basic .NET] Public Function Compare ( _ ByVal otherID As UID _ ) As Boolean
[C#] public bool Compare ( UID otherID );
[C++]
HRESULT Compare(
IUID* otherID,
VARIANT_BOOL* bEqual
);
[C++]
Parameters otherID [in]
otherID is a parameter of type IUID bEqual [out, retval] bEqual is a parameter of type VARIANT_BOOL
Returns a boolean indicating whether the specified UID object represents the same globally unique value (GUID) as this UID object.