XamlType.Inequality(XamlType, XamlType) Operador

Definición

Determina si dos objetos especificados XamlType 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 es si el valor de xamlType1 es diferente del valor de xamlType2; de lo contrario, falsees .

Se aplica a