Level GetHashCode Method Apache log4net™ SDK Documentation
Returns a hash code

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public override int GetHashCode()

Return Value

Type: OnlineInt32
A hash code for the current Level.
Remarks

Returns a hash code suitable for use in hashing algorithms and data structures like a hash table.

Returns the hash code of the level Value.

See Also