Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Determina se o especificado KeyAttributePair<T> instâncias são consideradas iguais.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)
Sintaxe
'Declaração
Public Shared Operator <> ( _
pair1 As KeyAttributePair(Of T), _
pair2 As KeyAttributePair(Of T) _
) As Boolean
public static bool operator !=(
KeyAttributePair<T> pair1,
KeyAttributePair<T> pair2
)
public:
static bool operator !=(
KeyAttributePair<T> pair1,
KeyAttributePair<T> pair2
)
static let inline (<>)
pair1:KeyAttributePair<'T> *
pair2:KeyAttributePair<'T> : bool
O JScript não oferece suporte a operadores sobrecarregados.
Parâmetros
- pair1
Tipo: Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<T>
O primeiro KeyAttributePair<T> para comparar.
- pair2
Tipo: Microsoft.Windows.Design.PropertyEditing.KeyAttributePair<T>
A segunda KeyAttributePair<T> para comparar.
Valor de retorno
Tipo: System.Boolean
true Se first não é igual a second; Caso contrário, false.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.Windows.Design.PropertyEditing