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

Specifies whether this 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 bool IsKeyComparer()

Return Value

true iff all the underlying compares implement the IEntryAwareComparer interface and all
CopyC#
IsKeyComparator()
calls return true.

Implements

IEntryAwareComparer..::.IsKeyComparer()()()

See Also