dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure / CompareTo Method
An object to compare with this instance.

In This Topic
    CompareTo Method (PgSqlNumeric)
    In This Topic
    Compares the current instance with another object of the same type.
    Syntax
    'Declaration
     
    Public Function CompareTo( _
       ByVal obj As Object _
    ) As Integer
    public int CompareTo( 
       object obj
    )

    Parameters

    obj
    An object to compare with this instance.

    Return Value

    A 32-bit signed integer that indicates the relative order of the objects being compared. A negative value means that the current instance is less than the specified object. Zero indicates that the objects are equal. A positive value means that the current instance is greater than the specified object.
    See Also