Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Provide a hash value for this XML value.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
int GetHashCode()

Return Value

The hash value for this XML value.

Remarks

The hash value is defined as one of the following:
  1. 0 if Value is null
  2. otherwise the hash value is the GetHashCode() of the string representation of the value

See Also