CustomPopupPlacement.Equality Opérateur

Définition

Compare deux structures CustomPopupPlacement pour déterminer si elles sont égales.

public:
 static bool operator ==(System::Windows::Controls::Primitives::CustomPopupPlacement placement1, System::Windows::Controls::Primitives::CustomPopupPlacement placement2);
public static bool operator == (System.Windows.Controls.Primitives.CustomPopupPlacement placement1, System.Windows.Controls.Primitives.CustomPopupPlacement placement2);
static member ( = ) : System.Windows.Controls.Primitives.CustomPopupPlacement * System.Windows.Controls.Primitives.CustomPopupPlacement -> bool
Public Shared Operator == (placement1 As CustomPopupPlacement, placement2 As CustomPopupPlacement) As Boolean

Paramètres

placement1
CustomPopupPlacement

Première structure CustomPopupPlacement à comparer.

placement2
CustomPopupPlacement

Deuxième structure CustomPopupPlacement à comparer.

Retours

true si les structures ont les mêmes valeurs ; sinon, false.

S’applique à

Voir aussi