NTAccount.Equals(Object) Method

Definition

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

public:
 override bool Equals(System::Object ^ o);
public override bool Equals (object o);
public override bool Equals (object? o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean

Parameters

o
Object

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

Returns

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

Applies to