Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Check whether the specified comparer expects to compare keys or values.

Namespace:  Tangosol.Util.Comparator
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static bool IsKeyComparer(
	IComparer comparer
)

Parameters

comparer
Type: System.Collections..::.IComparer
A IComparer to check.

Return Value

true if the comparer expects keys; false otherwise.

See Also