Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Determine a hash value for the IValueUpdater object according to the general object.GetHashCode contract.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public override int GetHashCode()

Return Value

An integer hash value for this IValueUpdater object.

See Also