Sdílet prostřednictvím


Vector512<T>.Equality(Vector512<T>, Vector512<T>) Operátor

Definice

Porovná dva vektory a určí, jestli jsou všechny prvky stejné.

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

Parametry

left
Vector512<T>

Vektor pro porovnání s right.

right
Vector512<T>

Vektor pro porovnání s left.

Návraty

true pokud všechny elementy v left souboru byly stejné jako odpovídající prvek v right.

Výjimky

Typ vektoru (T) není podporován.

Platí pro