ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operador

Definición

Determina si dos objetos especificados ArrayWithOffset no tienen el mismo 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

Objeto ArrayWithOffset que se va a comparar con el b parámetro .

b
ArrayWithOffset

Objeto ArrayWithOffset que se va a comparar con el a parámetro .

Devoluciones

true si el valor de a no es el mismo que el valor de b; de lo contrario, false.

Comentarios

El método equivalente para este operador es ArrayWithOffset.Equals(ArrayWithOffset).

Se aplica a