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

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

    Parameters

    left
    Left PgSqlMacAddr operand.
    right
    Right PgSqlMacAddr operand.

    Return Value

    true if two PgSqlMacAddr values are not 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