Freigeben über


CustomPopupPlacement.Equality Betreiber

Definition

Vergleicht zwei CustomPopupPlacement-Strukturen, um zu bestimmen, ob diese gleich sind.

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

Parameter

placement1
CustomPopupPlacement

Die erste zu vergleichende CustomPopupPlacement-Struktur.

placement2
CustomPopupPlacement

Die zweite zu vergleichende CustomPopupPlacement-Struktur.

Gibt zurück

Boolean

true, wenn die Strukturen über dieselben Werte verfügen, andernfalls false.

Gilt für

Siehe auch