CustomPopupPlacement.Equality Operador

Definição

Compara duas estruturas CustomPopupPlacement para determinar se elas são iguais.

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

A primeira estrutura CustomPopupPlacement a ser comparada.

placement2
CustomPopupPlacement

A segunda estrutura CustomPopupPlacement a ser comparada.

Retornos

Boolean

true se as estruturas tiverem os mesmos valores, caso contrário, false.

Aplica-se a

Confira também