XamlType.Inequality(XamlType, XamlType) 演算子

定義

指定した 2 つの XamlType オブジェクトの値が異なるかどうかを判断します。

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

パラメーター

xamlType1
XamlType

XamlType または null

xamlType2
XamlType

XamlType または null

戻り値

Boolean

true の値が xamlType1 の値と異なる場合は xamlType2。それ以外の場合は false

適用対象