Level Equality 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: 1.2.15.0 (1.2.15.0)
Syntax

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

Parameters

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

Return Value

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

Compares two levels.

See Also