ArrayWithOffset.Inequality Operador (ArrayWithOffset, ArrayWithOffset)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
equivalentCodeEntity
M:System.Runtime.InteropServices.ArrayWithOffset.Compare(System.Runtime.InteropServices.ArrayWithOffset,System.Runtime.InteropServices.ArrayWithOffset)
Determina se dois objetos ArrayWithOffset especificados não têm o mesmo valor.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
public static bool operator !=(
ArrayWithOffset a,
ArrayWithOffset b
)
public:
static bool operator !=(
ArrayWithOffset a,
ArrayWithOffset b
)
static let inline (<>)
a:ArrayWithOffset *
b:ArrayWithOffset : bool
Public Shared Operator <> (
a As ArrayWithOffset,
b As ArrayWithOffset
) As Boolean
Parâmetros
a
Type: System.Runtime.InteropServices.ArrayWithOffsetUm ArrayWithOffset objeto a ser comparado com o b parâmetro.
b
Type: System.Runtime.InteropServices.ArrayWithOffsetUm ArrayWithOffset objeto a ser comparado com o a parâmetro.
Valor Retornado
Type: System.Boolean
true se o valor de a não for o mesmo que o valor de b; caso contrário, false.
Informações de Versão
Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 2.0
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1
Confira Também
Estrutura ArrayWithOffset
Namespace System.Runtime.InteropServices
Retornar ao início