CustomPopupPlacement.Inequality Operator

Definition

Compares two CustomPopupPlacement structures to determine whether they are not equal.

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

Parameters

placement1
CustomPopupPlacement

The first CustomPopupPlacement structure to compare.

placement2
CustomPopupPlacement

The second CustomPopupPlacement structure to compare.

Returns

true if the structures do not have the same values; otherwise, false.

Applies to

See also