ValidationResult.Equality(ValidationResult, ValidationResult) Operator

Definitie

Vergelijkt twee ValidationResult objecten voor waarde gelijkheid.

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

Parameters

left
ValidationResult

Het eerste exemplaar dat moet worden vergeleken.

right
ValidationResult

Het tweede exemplaar dat moet worden vergeleken.

Retouren

true als de twee objecten gelijk zijn; anders, false.

Van toepassing op