ArrayWithOffset.Equality(ArrayWithOffset, ArrayWithOffset) Operatore

Definizione

Determina se due oggetti ArrayWithOffset specificati hanno lo stesso valore.

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

Parametri

a
ArrayWithOffset

Oggetto ArrayWithOffset da confrontare con il parametro b.

b
ArrayWithOffset

Oggetto ArrayWithOffset da confrontare con il parametro a.

Restituisce

true se il valore di a è uguale al valore di b; in caso contrario, false.

Commenti

Il metodo equivalente per questo operatore è ArrayWithOffset.Equals(ArrayWithOffset).

Si applica a