dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure / Equals Method
A PgSqlNumeric instance to compare with.

In This Topic
    Equals Method (PgSqlNumeric)
    In This Topic
    Returns a value that indicates whether two PgSqlNumeric instances have the same value.
    Syntax
    'Declaration
     
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    A PgSqlNumeric instance to compare with.

    Return Value

    True, if the current PgSqlNumeric equals the object argument; otherwise, false.
    See Also