TensorSpan<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::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
Parameters
- left
- TensorSpan<T>
- right
- TensorSpan<T>
Returns
false
if left and right point at the same memory and have the same length. This method does not check to see if the contents are unequal.
Applies to
GitHub पर हमारे साथ सहयोग करें
इस सामग्री का स्रोत GitHub पर पाया जा सकता है, जहाँ आप समस्याएँ बना और समीक्षा भी कर सकते हैं और अनुरोध खींच सकते हैं. अधिक जानकारी के लिए, हमारे योगदानकर्ता गाइड देखें.