CustomPopupPlacement.Inequality Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Confronta due strutture CustomPopupPlacement per stabilire se sono diverse.
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
Parametri
- placement1
- CustomPopupPlacement
Prima struttura CustomPopupPlacement da confrontare.
- placement2
- CustomPopupPlacement
Seconda struttura CustomPopupPlacement da confrontare.
Restituisce
true
se le strutture non hanno gli stessi valori, in caso contrario false
.