Operador PropertyIdentifier.Inequality

Determina se o especificado PropertyIdentifier instâncias são consideradas iguais.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (em Microsoft.Windows.Design.Extensibility.dll)

Sintaxe

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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se first não é igual a second; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

PropertyIdentifier Estrutura

Namespace Microsoft.Windows.Design.Metadata