XamlType.Inequality(XamlType, XamlType) Operador

Definición

Determina si dos objetos XamlType especificados tienen valores diferentes.

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

Parámetros

xamlType1
XamlType

XamlType o null.

xamlType2
XamlType

XamlType o null.

Devoluciones

true si el valor de xamlType1 es diferente que el valor de xamlType2; en caso contrario, false.

Se aplica a