ContentUser.Equals(Object) Methode

Definition

Gibt einen Wert zurück, der angibt, ob dies ContentUser einer anderen Instanz entspricht.

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

Parameter

obj
Object

Die Benutzerinstanz, die für die Gleichheit verglichen werden soll.

Gibt zurück

true if Name and AuthenticationType are the same for both this user and the given user; otherwise, false.

Gilt für: