Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
Level�Less Than Operator�
Returns a value indicating whether a specified Level is less than another specified Level.
[Visual�Basic]
returnValue = Level.op_LessThan(l,�r)
[C#]
public�static�
bool�operator <(
���
Level�
l,
���
Level�
r);
Parameters
-
l
- A Level
-
r
- A Level
Return Value
true
if l is less than r; otherwise, false
.
Remarks
Compares two levels.
See Also
Level Class | log4net.Core Namespace