XamlType.Equality(XamlType, XamlType) Operator

Definitie

Bepaalt of twee opgegeven XamlType objecten dezelfde waarde hebben.

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

Parameters

xamlType1
XamlType

Een XamlType of null.

xamlType2
XamlType

Een XamlType of null.

Retouren

trueals de waarde xamlType1 gelijk is aan de waarde van xamlType2; anders . false

Van toepassing op