System.Security.Principal.NTAccount.Equals Method

Returns a value that indicates whether this System.Security.Principal.NTAccount object is equal to a specified object.

Syntax

public override bool Equals (object o)

Parameters

o
An object to compare with this System.Security.Principal.NTAccount object, or null.

Returns

true if o is an object with the same underlying type and value as this System.Security.Principal.NTAccount object; 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