Span2D<T>.Inequality(Span2D<T>, Span2D<T>) 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.
Checks whether two Span2D<T> instances are not equal.
public static bool operator != (Microsoft.Toolkit.HighPerformance.Span2D<T> left, Microsoft.Toolkit.HighPerformance.Span2D<T> right);
static member op_Inequality : Microsoft.Toolkit.HighPerformance.Span2D<'T> * Microsoft.Toolkit.HighPerformance.Span2D<'T> -> bool
Public Shared Operator != (left As Span2D(Of T), right As Span2D(Of T)) As Boolean
Parameters
Returns
Whether or not left
and right
are not equal.