Method GetHashCode
GetHashCode()
LUCENENET specific - Visual Studio provides a compiler warning if Equals(Object) is overridden without GetHashCode(), so we provide an implementation that mirrors Equals(Object).
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()