PasswordPropertyTextAttribute.Equals(Object) Method

Definition

Determines whether two PasswordPropertyTextAttribute instances are equal.

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

Returns

true if the specified PasswordPropertyTextAttribute is equal to the current PasswordPropertyTextAttribute; otherwise, false.

Applies to