System.Security.Principal.IdentityReference.Equals Method

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

Syntax

public abstract bool Equals (object o)

Parameters

o
An object to compare with this System.Security.Principal.IdentityReference instance, or a null reference.

Returns

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0