다음을 통해 공유


Vector64<T>.Equality(Vector64<T>, Vector64<T>) 연산자

정의

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

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

매개 변수

left
Vector64<T>

비교할 벡터입니다 right.

right
Vector64<T>

비교할 벡터입니다 left.

반환

Boolean

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

적용 대상