This document is archived and information here might be outdated. Recommended version. |
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*
IsIdentical returns true if the receiver and the source reference the same object.