Level Equals Method Apache log4net™ SDK Documentation
Compares levels.

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

public override bool Equals(
	Object o
)

Return Value

Type: OnlineBoolean
true if the objects are equal.
Remarks

Compares the levels of Level instances, and defers to base class if the target object is not a Level instance.

See Also