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


IClone.IsIdentical 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.IsIdentical Method
ArcGIS Developer Help

IClone.IsIdentical Method

Indicates if the receiver and other are the same object.

[Visual Basic .NET]
Public Function IsIdentical ( _
    ByVal other As IClone _
) As Boolean
[C#]
public bool IsIdentical (
    IClone other
);
[C++]
HRESULT IsIdentical(
  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

IsIdentical returns true if the receiver and the source reference the same object.

See Also

IClone Interface