Returns a value indicating whether a specified Level
is greater than or equal to another specified Level.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: Booleantrue if l is greater than or equal to r; otherwise, false.
Remarks
Compares two levels.
See Also