XamlType.Inequality(XamlType, XamlType) Opérateur

Définition

Détermine si deux objets XamlType spécifiés ont des valeurs différentes.

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

Paramètres

xamlType1
XamlType

XamlType ou null.

xamlType2
XamlType

XamlType ou null.

Retours

true si la valeur de xamlType1 est différente de la valeur de xamlType2 ; sinon, false.

S’applique à