Array 2D<T> Operators and Type Conversions
Operators
| Equality( | Checks whether two 2D arrays are equal. |
| Implicit(Array2D<T> to ReadOnlySpan<T>) | Implicitly converts a 2D array to a read-only span. |
| Implicit(Array2D<T> to Span<T>) | Implicitly converts a 2D array to a (writable) span. |
| Inequality( | Checks whether two 2D arrays are not equal. |