This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IC > IClone Interface > IClone.IsIdentical Method (ArcObjects .NET 10.5 SDK) |
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
IsIdentical returns true if the receiver and the source reference the same object.