NTAccount.Equals(Object) Methode

Definition

Gibt einen Wert zurück, der angibt, ob dieses NTAccount Objekt einem angegebenen Objekt entspricht.

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

Parameter

o
Object

Ein Objekt, das mit diesem NTAccount Objekt verglichen werden soll, oder null.

Gibt zurück

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

Gilt für: