LevelEquality Operator Apache log4net™ SDK Documentation
Returns a value indicating whether two specified Level objects have the same value.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

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

Parameters

l
Type: log4net.CoreLevel
A Level or .
r
Type: log4net.CoreLevel
A Level or .

Return Value

Type: Boolean
true if the value of l is the same as the value of r; otherwise, false.
Remarks

Compares two levels.

See Also

Reference