ArrayWithOffset.Inequality(ArrayWithOffset, ArrayWithOffset) 연산자

정의

지정된 두 ArrayWithOffset 개체의 값이 같은지 여부를 확인합니다.

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

매개 변수

a
ArrayWithOffset

b 매개 변수와 비교할 ArrayWithOffset 개체입니다.

b
ArrayWithOffset

a 매개 변수와 비교할 ArrayWithOffset 개체입니다.

반환

a의 값이 b의 값과 같지 않으면 true이고, 같으면 false입니다.

설명

이 연산자에 대 한 해당 메서드는 ArrayWithOffset.Equals(ArrayWithOffset)합니다.

적용 대상