This document is archived and information here might be outdated.  Recommended version.


IUID.Compare Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IU > IUID Interface > IUID.Compare Method
ArcGIS Developer Help

IUID.Compare Method

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
);
[C++]
Parameters
otherID [in]

otherID is a parameter of type IUID*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns a boolean indicating whether the specified UID object represents the same globally unique value (GUID) as this UID object.

See Also

IUID Interface