XamlType.Inequality(XamlType, XamlType) Operador

Definição

Determina se dois objetos XamlType especificados têm 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 ou null.

xamlType2
XamlType

XamlType ou null.

Retornos

Boolean

true se o valor de xamlType1 for diferente do valor de xamlType2; caso contrário, false.

Aplica-se a