log4net SDK Reference

Level Greater Than Or Equal Operator 

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

[Visual Basic]
returnValue = Level.op_GreaterThanOrEqual(l, r)
[C#]
public static bool operator >=(
   Level l,
   Level r
);

Parameters

l
A Level
r
A Level

Return Value

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

Remarks

Compares two levels.

See Also

Level Class | log4net.Core Namespace