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


IClone.IsIdentical Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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,
  VARIANT_BOOL* identical
);
[C++]

Parameters other [in]
other is a parameter of type IClone identical [out, retval] identical is a parameter of type VARIANT_BOOL

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