Taal

ValidationResult.Inequality(ValidationResult, ValidationResult) Operator

Definitie

Vergelijkt twee ValidationResult objecten voor waardeverschillen.

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 op_Inequality : 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 waarden niet gelijk zijn; anders, false.

Van toepassing op