Aracılığıyla paylaş


XamlType.Equality(XamlType, XamlType) Operatör

Tanım

Belirtilen XamlType iki nesnenin aynı değere sahip olup olmadığını belirler.

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

Parametreler

xamlType1
XamlType

A XamlType veya null.

xamlType2
XamlType

A XamlType veya null.

Döndürülenler

true değeri xamlType1 değeri ile aynıysa xamlType2; değilse, false.

Şunlara uygulanır