Udostępnij przez


Vector128.Equals<T>(Vector128<T>, Vector128<T>) Metoda

Definicja

Porównuje dwa wektory, aby określić, czy są równe dla poszczególnych elementów.

public:
generic <typename T>
 where T : value class static System::Runtime::Intrinsics::Vector128<T> Equals(System::Runtime::Intrinsics::Vector128<T> left, System::Runtime::Intrinsics::Vector128<T> right);
public static System.Runtime.Intrinsics.Vector128<T> Equals<T> (System.Runtime.Intrinsics.Vector128<T> left, System.Runtime.Intrinsics.Vector128<T> right) where T : struct;
static member Equals : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> * System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Equals(Of T As Structure) (left As Vector128(Of T), right As Vector128(Of T)) As Vector128(Of T)

Parametry typu

T

Typ elementów w wektorze.

Parametry

left
Vector128<T>

Wektor do porównania z right.

right
Vector128<T>

Wektor do porównania z left.

Zwraca

Vector128<T>

Wektor, którego elementy są ustawione na wszystkie bity lub zero, w zależności od tego, czy odpowiednie elementy w left obiekcie i right były równe.

Dotyczy