Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Util..::.CompositeKey
E22844-03
Key class that consists of a primary and secondary component. Two instances
of CompositeKey are considered to be equal iff both the primary and
secondary components of the two instances are considered equal.
Additionally, the hash code of a CompositeKey takes into the consideration
the hash codes of its two components. Finally, the CompositeKey class
implements KeyAssociation by returning the primary component.
Namespace:
Tangosol.UtilAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public class CompositeKey : IPortableObject, IKeyAssociation |
Inheritance Hierarchy
Tangosol.Util..::.CompositeKey