dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlString Structure / NotEquals Method

In This Topic
    NotEquals Method (SqlString)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function NotEquals( _
       ByVal x As SqlString, _
       ByVal y As SqlString _
    ) As SqlBoolean
    public static SqlBoolean NotEquals( 
       SqlString x,
       SqlString y
    )

    Parameters

    x
    y
    See Also