ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether two specified ArrayWithOffset objects no not have the same value.
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
Parameters
An ArrayWithOffset object to compare with the b
parameter.
An ArrayWithOffset object to compare with the a
parameter.
Returns
true
if the value of a
is not the same as the value of b
; otherwise, false
.
Remarks
The equivalent method for this operator is ArrayWithOffset.Equals(ArrayWithOffset).
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.