Provides a helper method to create equality comparers by taking advantage of generic type inference
Inheritance Hierarchy
Namespace:
Linq.Extras
Assembly:
Linq.Extras (in Linq.Extras.dll) Version: 5.0.0+96a4f4bfed64095342c5df107c1fe1fb95603ee5
Syntaxpublic static class XEqualityComparer<T>
Public NotInheritable Class XEqualityComparer(Of T)
[<AbstractClassAttribute>]
[<SealedAttribute>]
type XEqualityComparer<'T> = class end
Type Parameters
- T
- The type of the objects to compare.
The XEqualityComparerT type exposes the following members.
Methods
| Name | Description |
---|
  | ByTKey |
Creates an equality comparer based on the specified comparison key and key comparer.
|
Top
See Also