Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.Comparison
FunctionComparer(T, G) Class
FunctionComparer(T, G) Constructor
FunctionComparer(T, G) Methods
FunctionComparer
T
,
G
Constructor
Constructor.
Namespace:
WhetStone.Comparison
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
FunctionComparer
(
Func
<T, G>
f
,
IComparer
<G>
c
=
null
,
IEqualityComparer
<G>
e
=
null
)
Parameters
f
Type:
System
Func
T
,
G
The mapper function to map from
T
to
G
.
c
(Optional)
Type:
System.Collections.Generic
IComparer
G
The internal
IComparer
T
to compare mapped elements with.
for default.
e
(Optional)
Type:
System.Collections.Generic
IEqualityComparer
G
the internal
IEqualityComparer
T
to hash and compare equality of mapped elements with.
for
c
to compare equality and default hasher.
See Also
Reference
FunctionComparer
T, G
Class
WhetStone.Comparison Namespace