XamlType.Equality(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 ( = ) : 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입니다.

적용 대상