XamlType.Inequality(XamlType, XamlType) Betreiber

Definition

Bestimmt, ob zwei angegebene XamlType-Objekte verschiedene Werte haben.

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 der Wert von xamlType1 vom Wert von xamlType2 verschieden ist; andernfalls false.

Gilt für: