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입니다.

반품

값이 값 과 같으면 입니다. 그렇지 않으면 .

적용 대상