CustomPopupPlacement.Equality Operatore

Definizione

Confronta due strutture CustomPopupPlacement per stabilire se sono uguali.

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

Parametri

placement1
CustomPopupPlacement

Prima struttura CustomPopupPlacement da confrontare.

placement2
CustomPopupPlacement

Seconda struttura CustomPopupPlacement da confrontare.

Restituisce

true se le strutture hanno gli stessi valori, in caso contrario false.

Si applica a

Vedi anche