log4net SDK Reference

Level.GetHashCode Method 

Returns a hash code

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();

Return Value

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

Level Class | log4net.Core Namespace