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

Definice

Porovná dva vektory a určí, jestli si některé prvky nejsou rovny.

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 op_Inequality : 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 některý prvek v left nebyl roven odpovídajícímu elementu v right.

Výjimky

Typ vektoru (T) není podporován.

Platí pro