Returns a hash code
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: Int32A 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