Compares levels.
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- o
- Type: System Object
The object to compare against.
Return Value
Type: Booleantrue 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