NTAccount::Equals Method (Object^)

 

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

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

public:
virtual bool Equals(
	Object^ o
) override

Parameters

o
Type: System::Object^

An object to compare with this NTAccount object, or null.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 2.0
Return to top
Show: