Compares the level to the other
LogLevel object.
Namespace:
Aspose.Email.Tools.Logging
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
public:
int CompareTo(
Object^ obj
)
member CompareTo :
obj : Object -> int
Parameters
- obj
- Type: SystemObject
the object object
Return Value
Type:
Int32a 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