Summary
Provides equality and hash-code implementation for
T based on a set of
key-selector functions.
- Namespace
-
GitVersion
.Helpers - Base Types
-
- object
graph BT Type-->Base0["object"]
Type["LambdaEqualityHelper<T>"] class Type type-node
Syntax
public class LambdaEqualityHelper<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
NotNull |
T |
Throws
ArgumentNullException when
value is
null; otherwise returns the
value.
From
CommonExtensions
|