Click or drag to resize

LogLevelCompareTo Method (Object)

Compares the level to the other LogLevel object.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public int CompareTo(
	Object? obj
)

Parameters

obj
Type: SystemObject
The other object.

Return Value

Type: Int32
A value less than zero when this logger's Ordinal is less than the other logger's ordinal, 0 when they are equal and greater than zero when this ordinal is greater than the other ordinal.

Implements

IComparableCompareTo(Object)
See Also