CustomPopupPlacement.Inequality Betreiber

Definition

Vergleicht zwei CustomPopupPlacement-Strukturen, um zu bestimmen, ob diese ungleich 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 op_Inequality : 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 nicht über dieselben Werte verfügen, andernfalls false.

Gilt für

Siehe auch