PasswordPropertyTextAttribute.Equals(Object) Metódus

Definíció

Meghatározza, hogy két PasswordPropertyTextAttribute példány egyenlő-e.

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

Paraméterek

o
Object

Az PasswordPropertyTextAttribute aktuálishoz PasswordPropertyTextAttributeviszonyítandó érték.

Válaszok

true ha a megadott PasswordPropertyTextAttribute érték megegyezik az aktuális PasswordPropertyTextAttributeértékével; falseellenkező esetben.

A következőre érvényes: