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