XamlType.Equality(XamlType, XamlType) Opérateur

Définition

Détermine si deux objets XamlType spécifiés ont la même valeur.

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

Paramètres

xamlType1
XamlType

XamlType ou null.

xamlType2
XamlType

XamlType ou null.

Retours

true si la valeur de xamlType1 est égale à la valeur de xamlType2 ; sinon false.

S’applique à