LevelEquals Method Apache log4net™ SDK Documentation
Compares levels.

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

public override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
The object to compare against.

Return Value

Type: Boolean
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

Reference