言語

XamlType.Inequality(XamlType, XamlType) Operator

定義

指定した 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

返品

true xamlType1の値がxamlType2の値と異なる場合はfalse

適用対象