Aracılığıyla paylaş


XamlType.Inequality(XamlType, XamlType) Operatör

Tanım

Belirtilen XamlType iki nesnenin farklı değerlere sahip olup olmadığını belirler.

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

Parametreler

xamlType1
XamlType

A XamlType veya null.

xamlType2
XamlType

A XamlType veya null.

Döndürülenler

true değeri xamlType1 değerinden xamlType2farklıysa; değilse, false.

Şunlara uygulanır