LogLevelCompareTo Method

Compares the level to the other LogLevel object.

Namespace:  Aspose.Email.Tools.Logging
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
the object 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.
See Also