CustomPopupPlacement.Equality Operador

Definición

Compara dos estructuras CustomPopupPlacement para determinar si son iguales.

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

Parámetros

placement1
CustomPopupPlacement

Primera estructura CustomPopupPlacement que se va a comparar.

placement2
CustomPopupPlacement

Segunda estructura CustomPopupPlacement que se va a comparar.

Devoluciones

true si las estructuras tienen los mismos valores; de lo contrario, false.

Se aplica a

Consulte también