log4net SDK Reference

Level Greater Than Operator 

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

[Visual Basic]
returnValue = Level.op_GreaterThan(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 r; otherwise, false.

Remarks

Compares two levels.

See Also

Level Class | log4net.Core Namespace