Level GreaterThan Operator Apache log4net™ SDK Documentation
Returns a value indicating whether a specified Level is greater than another specified Level.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public static bool operator >(
	Level l,
	Level r
)

Return Value

Type: OnlineBoolean
true if l is greater than r; otherwise, false.
Remarks

Compares two levels.

See Also