Provides extension and helper methods to create and work with equality comparers.
Inheritance Hierarchy
Namespace:
Linq.Extras
Assembly:
Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntaxpublic static class XEqualityComparer
Public NotInheritable Class XEqualityComparer
[<AbstractClassAttribute>]
[<SealedAttribute>]
type XEqualityComparer = class end
The XEqualityComparer type exposes the following members.
Methods
| Name | Description |
---|
  | ByT, TKey |
Creates an equality comparer based on the specified comparison key and key comparer.
|
Top
See Also