Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 401 Bytes

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.