Өзгерту

Бөлісу құралы:


ReadOnlyTensorSpan<T>.Equality Operator

Definition

Compares two System.Numerics.Tensors.ReadOnlyTensorSpan<T> structs for equality.

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

Parameters

Returns

true if left and right point at the same memory and have the same length. This operator does not check if the contents are equal.

Applies to