dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlInterval Structure / Equals Method / Equals(Object) Method
A PgSqlInterval object to compare with.

In This Topic
    Equals(Object) Method
    In This Topic
    Compares itself with the specified parameter treated as PgSqlInterval object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal value As Object _
    ) As Boolean
    public override bool Equals( 
       object value
    )

    Parameters

    value
    A PgSqlInterval object to compare with.

    Return Value

    true if two PgSqlInterval values are equal; otherwise, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also