Operador RelativeValue.Inequality

Compara dois RelativeValue estruturas.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Shared Operator <> ( _
    first As RelativeValue, _
    second As RelativeValue _
) As Boolean
public static bool operator !=(
    RelativeValue first,
    RelativeValue second
)
public:
static bool operator !=(
    RelativeValue first, 
    RelativeValue second
)
static let inline (<>)
        first:RelativeValue * 
        second:RelativeValue  : bool
O JScript não oferece suporte a operadores sobrecarregados.

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se os dois RelativeValue estruturas são não iguais; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

RelativeValue Estrutura

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer