ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operador

Definição

Determina se dois objetos ArrayWithOffset especificados não têm o mesmo valor.

public:
 static bool operator !=(System::Runtime::InteropServices::ArrayWithOffset a, System::Runtime::InteropServices::ArrayWithOffset b);
public static bool operator != (System.Runtime.InteropServices.ArrayWithOffset a, System.Runtime.InteropServices.ArrayWithOffset b);
static member op_Inequality : System.Runtime.InteropServices.ArrayWithOffset * System.Runtime.InteropServices.ArrayWithOffset -> bool
Public Shared Operator != (a As ArrayWithOffset, b As ArrayWithOffset) As Boolean

Parâmetros

a
ArrayWithOffset

Um objeto ArrayWithOffset a ser comparado com o parâmetro b.

b
ArrayWithOffset

Um objeto ArrayWithOffset a ser comparado com o parâmetro a.

Retornos

true se o valor de a for diferente do valor de b; caso contrário, false.

Comentários

O método equivalente para esse operador é ArrayWithOffset.Equals(ArrayWithOffset).

Aplica-se a