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


IClone.IsEqual Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IClone Interface > IClone.IsEqual Method
ArcGIS Developer Help

IClone.IsEqual Method

Indicates if the receiver and other have the same properties.

[Visual Basic .NET]
Public Function IsEqual ( _
    ByVal other As IClone _
) As Boolean
[C#]
public bool IsEqual (
    IClone other
);
[C++]
HRESULT IsEqual(
  IClone* other
);
[C++]
Parameters
other [in]

other is a parameter of type IClone*

Product Availability

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

Description

IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.

See Also

IClone Interface