dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

`System.MemoryExtensions.Equals` page should mention `MemoryExtensions.SequentialEqual`

Open tats-u opened this issue 1 year ago • 3 comments

https://learn.microsoft.com/ja-jp/dotnet/api/system.memoryextensions.equals?view=net-6.0#system-memoryextensions-equals(system-readonlyspan((system-char))-system-readonlyspan((system-char))-system-stringcomparison)

If you want to omit comparisonType or apply this method to non-char span types, you have to use SequentialEqual instead.

tats-u avatar Jun 27 '24 10:06 tats-u

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost avatar Jun 27 '24 10:06 ghost

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ghost avatar Jun 27 '24 10:06 ghost

Tagging subscribers to this area: @dotnet/area-system-memory