dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlArray Structure / Inequality Operator
The first PgSqlArray to compare.
The second PgSqlArray to compare.

In This Topic
    Inequality Operator (PgSqlArray)
    In This Topic
    Determines whether two PgSqlArray objects are different.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As PgSqlArray, _
       ByVal right As PgSqlArray _
    ) As Boolean
    public bool operator !=( 
       PgSqlArray left,
       PgSqlArray right
    )

    Parameters

    left
    The first PgSqlArray to compare.
    right
    The second PgSqlArray to compare.

    Return Value

    true if the two specified objects are different; 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