IdentityReference::Equals Method (Object^)
.NET Framework (current version)
Returns a value that indicates whether the specified object equals this instance of the IdentityReference class.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
-
Type:
System::Object^
An object to compare with this IdentityReference instance, or a null reference.
Return Value
Type: System::Booleantrue if o is an object with the same underlying type and value as this IdentityReference instance; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: