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

정의

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

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

매개 변수

left
Vector256<T>

와 비교할 벡터입니다 right.

right
Vector256<T>

와 비교할 벡터입니다 left.

반환

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

예외

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

적용 대상