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: 2.0.6.0-.NET 4.0
Syntax

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

Parameters

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

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