다음을 통해 공유


Vector256<T>.Equality(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 ( = ) : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> -> bool
Public Shared Operator == (left As Vector256(Of T), right As Vector256(Of T)) As Boolean

매개 변수

left
Vector256<T>

비교할 벡터입니다 right.

right
Vector256<T>

비교할 벡터입니다 left.

반환

Boolean

true 의 모든 요소가 .의 left 해당 요소 right와 같으면

적용 대상