ArrayWithOffset.Equality(ArrayWithOffset, ArrayWithOffset) Operador

Definição

Determina se dois objetos especificados ArrayWithOffset 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 ( = ) : 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 ArrayWithOffset objeto para comparar com o b parâmetro.

b
ArrayWithOffset

Um ArrayWithOffset objeto para comparar com o a parâmetro.

Devoluções

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

Observações

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

Aplica-se a