CustomPopupPlacement.Inequality Operator

Definicja

Porównuje dwie CustomPopupPlacement struktury, aby określić, czy nie 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 op_Inequality : 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 nie mają tych samych wartości; w przeciwnym razie , false.

Dotyczy

Zobacz też