Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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 >=(
���Levell,
���Levelr
);

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