Span2D<T>.Equality(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 equal.
public static bool operator ==(CommunityToolkit.HighPerformance.Span2D<T> left, CommunityToolkit.HighPerformance.Span2D<T> right);
	static member ( = ) : CommunityToolkit.HighPerformance.Span2D<'T> * CommunityToolkit.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 equal.