| DelegateEqualityComparerT Class |
Inheritance Hierarchy SystemObject TomsToolbox.EssentialsDelegateEqualityComparerT Namespace: TomsToolbox.EssentialsAssembly: TomsToolbox.Essentials (in TomsToolbox.Essentials.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax public class DelegateEqualityComparer<T> : IEqualityComparer<T>
Public Class DelegateEqualityComparer(Of T)
Implements IEqualityComparer(Of T)
Type Parameters
- T
- The type of objects to compare.
The DelegateEqualityComparerT type exposes the following members.
Constructors | Name | Description |
---|
| DelegateEqualityComparerT |
Initializes a new instance of the DelegateEqualityComparerT class,
using Equals(Object, Object) and GetHashCode |
| DelegateEqualityComparerT(FuncT, Object) |
Initializes a new instance of the DelegateEqualityComparerT class.
|
| DelegateEqualityComparerT(FuncT, T, Boolean, FuncT, Int32) |
Initializes a new instance of the DelegateEqualityComparerT class.
|
| DelegateEqualityComparerT(FuncT, Object, FuncObject, Object, Boolean, FuncObject, Int32) |
Initializes a new instance of the DelegateEqualityComparerT class.
|
TopMethods | Name | Description |
---|
| Equals | Determines whether the specified objects are equal. |
| GetHashCode | Returns a hash code for the specified object. |
TopExtension Methods | Name | Description |
---|
| SafeCastT |
Performs a cast from object to T, avoiding possible null violations if T is a value type.
(Defined by ObjectExtensions) |
TopSee Also