Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages