Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

Level�Less Than Or Equal Operator�

Returns a value indicating whether a specified Level is less than or equal to another specified Level.

[Visual�Basic]
returnValue = Level.op_LessThanOrEqual(l,�r)
[C#]
public�static�bool�operator <=(
���Levell,
���Levelr
);

Parameters

l
A Level
r
A Level

Return Value

true if l is less than or equal to r; otherwise, false.

Remarks

Compares two levels.

See Also

Level Class | log4net.Core Namespace