ReadOnlyTensorSpan<T>.Inequality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns false if left and right point at the same memory and have the same length. Note that this does not check to see if the contents are equal.
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 op_Inequality : 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
- right
- ReadOnlyTensorSpan<T>
Returns
false
if left and right point at the same memory and have the same length. This operator does not check if the contents are unequal.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.