CustomPopupPlacement.Equality Operator

Definicja

Porównuje dwie CustomPopupPlacement struktury, aby określić, czy są równe.

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

Parametry

placement1
CustomPopupPlacement

Pierwsza CustomPopupPlacement struktura do porównania.

placement2
CustomPopupPlacement

Druga CustomPopupPlacement struktura do porównania.

Zwraca

Boolean

true jeśli struktury mają te same wartości; w przeciwnym razie , false.

Dotyczy

Zobacz też