linksplatform / Collections

LinksPlatform's Platform.Collections Class Library
https://linksplatform.github.io/Collections
The Unlicense
2 stars 7 forks source link

Add EqualsIgnoreCase method #128

Open Konard opened 3 years ago

Konard commented 3 years ago

https://github.com/linksplatform/Collections/blob/c3381aa586570f5a52dfe12d8954390d82196dae/csharp/Platform.Collections/StringExtensions.cs#L9

Possible names:

CasefreeEquals
CaselessEquals
EqualsIgnoreCase
IgnoreCaseEquals
EqualsIgnoringCase

At the moment, EqualsIgnoreCase name is the most popular on GitHub.