dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlPath Structure / Inequality Operator
Left PgSqlPath operand.
Right PgSqlPath operand.

In This Topic
    Inequality Operator (PgSqlPath)
    In This Topic
    Compares two PgSqlPath structures to determine if they are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As PgSqlPath, _
       ByVal right As PgSqlPath _
    ) As Boolean
    public bool operator !=( 
       PgSqlPath left,
       PgSqlPath right
    )

    Parameters

    left
    Left PgSqlPath operand.
    right
    Right PgSqlPath operand.

    Return Value

    true if two PgSqlPath values are not equal; otherwise, false.
    See Also