Returns a value indicating whether two specified Level
objects have the same value.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- l
- Type: log4net.CoreLevel
A Level or . - r
- Type: log4net.CoreLevel
A Level or .
Return Value
Type: Booleantrue if the value of l is the same as the value of r; otherwise, false.
Remarks
Compares two levels.
See Also