XamlType.Inequality(XamlType, XamlType) Operator

Definition

Bestimmt, ob zwei angegebene XamlType Objekte unterschiedliche Werte aufweisen.

public:
 static bool operator !=(System::Xaml::XamlType ^ xamlType1, System::Xaml::XamlType ^ xamlType2);
public static bool operator !=(System.Xaml.XamlType xamlType1, System.Xaml.XamlType xamlType2);
static member op_Inequality : System.Xaml.XamlType * System.Xaml.XamlType -> bool
Public Shared Operator != (xamlType1 As XamlType, xamlType2 As XamlType) As Boolean

Parameter

xamlType1
XamlType

XamlType oder null.

xamlType2
XamlType

XamlType oder null.

Gibt zurück

true wenn sich der Wert von xamlType1 dem Wert von xamlType2; andernfalls falseunterscheidet.

Gilt für: