TensorSpan<T>.Inequality Operatör

Tanım

Aynı bellekte sol ve sağ nokta varsa ve aynı uzunluktaysa false döndürür. Bunun içeriğinin eşit olup olmadığını denetlemediğini unutmayın.

public:
 static bool operator !=(System::Numerics::Tensors::TensorSpan<T> left, System::Numerics::Tensors::TensorSpan<T> right);
public static bool operator != (System.Numerics.Tensors.TensorSpan<T> left, System.Numerics.Tensors.TensorSpan<T> right);
static member op_Inequality : System.Numerics.Tensors.TensorSpan<'T> * System.Numerics.Tensors.TensorSpan<'T> -> bool
Public Shared Operator != (left As TensorSpan(Of T), right As TensorSpan(Of T)) As Boolean

Parametreler

Döndürülenler

Aynı bellekte sol ve sağ noktanın aynı uzunlukta olup olmadığını false. Bu yöntem içeriğinin eşit olup olmadığını denetlemek .

Şunlara uygulanır