Skip to content

JDanielSmith/StringComparisonString

Repository files navigation

StringComparisonString

Provide a wrapper around System.String which automatically uses TStringComparison instead of having to explicitly specify a System.StringComparison value.

This is especially useful when using strings as keys in collections, where the key is something like a Windows file-system pathname; it can be easy to forget to pass an IEqualityComparer<> in the constructor.

About

a wrapper around System.String to provide case-insenstivity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages