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

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

    Parameters

    obj
    A PgSqlBlob instance to compare with.

    Return Value

    true, if current PgSqlBlob equals to the object argument; otherwise, false.
    See Also