Share via


ValidationResult.Equality(ValidationResult, ValidationResult) Betreiber

Definition

Überprüft zwei ValidationResult-Objekte auf Wertgleichheit.

public:
 static bool operator ==(System::Windows::Controls::ValidationResult ^ left, System::Windows::Controls::ValidationResult ^ right);
public static bool operator == (System.Windows.Controls.ValidationResult left, System.Windows.Controls.ValidationResult right);
static member ( = ) : System.Windows.Controls.ValidationResult * System.Windows.Controls.ValidationResult -> bool
Public Shared Operator == (left As ValidationResult, right As ValidationResult) As Boolean

Parameter

left
ValidationResult

Die erste zu vergleichende Instanz.

right
ValidationResult

Die zweite zu vergleichende Instanz.

Gibt zurück

true, wenn die beiden Objekte gleich sind, andernfalls false.

Gilt für: