XamlType.Equality(XamlType, XamlType) Betreiber

Definition

Bestimmt, ob zwei angegebene XamlType-Objekte denselben Wert haben.

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

Parameter

xamlType1
XamlType

XamlType oder null.

xamlType2
XamlType

XamlType oder null.

Gibt zurück

true, wenn xamlType1 und xamlType2 denselben Wert haben, andernfalls false.

Gilt für: