Condividi tramite


Operatore AdornerPlacementValue.Inequality

Determina se i due oggetti AdornerPlacementValue specificati hanno valori diversi.

Spazio dei nomi:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Shared Operator <> ( _
    placementValue1 As AdornerPlacementValue, _
    placementValue2 As AdornerPlacementValue _
) As Boolean
public static bool operator !=(
    AdornerPlacementValue placementValue1,
    AdornerPlacementValue placementValue2
)
public:
static bool operator !=(
    AdornerPlacementValue placementValue1, 
    AdornerPlacementValue placementValue2
)
static let inline (<>)
        placementValue1:AdornerPlacementValue * 
        placementValue2:AdornerPlacementValue  : bool
JScript non supporta gli operatori di overload.

Parametri

Valore restituito

Tipo: System.Boolean
true se i valori non sono uguali, in caso contrario false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdornerPlacementValue Struttura

Spazio dei nomi Microsoft.Windows.Design.Interaction

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

Altre risorse

Procedura dettagliata: implementazione di una sbarra in un controllo

Informazioni sull'estensibilità Progettazione WPF