MemorySlice<T> Operators and Type Conversions

Operators

Equality(MemorySlice<T>, MemorySlice<T>) Checks whether two array slices are equal.
Implicit(Memory<T> to MemorySlice<T>) Implicitly converts a memory block to a memory slice with unit stride.
Implicit(T[] to MemorySlice<T>) Implicitly converts a .NET array to a memory slice with unit stride.
Inequality(MemorySlice<T>, MemorySlice<T>) Checks whether two array slices are not equal.

See Also