CustomPopupPlacement.Equality Operator

Definition

Vergleicht zwei CustomPopupPlacement Strukturen, um zu bestimmen, ob sie 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 CustomPopupPlacement zu vergleichende Struktur.

placement2
CustomPopupPlacement

Die zweite CustomPopupPlacement zu vergleichende Struktur.

Gibt zurück

truewenn die Strukturen dieselben Werte haben; andernfalls . false

Gilt für:

Weitere Informationen