Vector128<T>.Inequality(Vector128<T>, Vector128<T>) 연산자

정의

두 벡터를 비교하여 요소가 같지 않은지 확인합니다.

public:
 static bool operator !=(System::Runtime::Intrinsics::Vector128<T> left, System::Runtime::Intrinsics::Vector128<T> right);
public static bool operator != (System.Runtime.Intrinsics.Vector128<T> left, System.Runtime.Intrinsics.Vector128<T> right);
static member op_Inequality : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> bool
static member op_Inequality : System.Runtime.Intrinsics.Vector128<'T> * System.Runtime.Intrinsics.Vector128<'T> -> bool
Public Shared Operator != (left As Vector128(Of T), right As Vector128(Of T)) As Boolean

매개 변수

left
Vector128<T>

와 비교할 벡터입니다 right.

right
Vector128<T>

와 비교할 벡터입니다 left.

반환

true 의 요소가 의 left 해당 요소 right와 같지 않은 경우

예외

벡터(T)의 형식은 지원되지 않습니다.

적용 대상