Share via


XamlType.Inequality(XamlType, XamlType) 연산자

정의

지정된 두 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입니다.

적용 대상