IdentityReference::Equals Method (Object^)

 

Returns a value that indicates whether the specified object equals this instance of the IdentityReference class.

Namespace:   System.Security.Principal
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual bool Equals(
	Object^ o
) abstract

Parameters

o
Type: System::Object^

An object to compare with this IdentityReference instance, or a null reference.

Return Value

Type: System::Boolean

true if o is an object with the same underlying type and value as this IdentityReference instance; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: