Compares two instances of SQLBinary for equality.
[Visual Basic] Public Shared Function NE( _ ByVal x As SQLBinary, _ ByVal y As SQLBinary _ ) As SQLBoolean [C#] public static SQLBoolean NE( SQLBinary x, SQLBinary y ); [C++] public: static SQLBoolean NE( SQLBinary* x, SQLBinary* y ); [JScript] public static function NE( x : SQLBinary, y : SQLBinary ) : SQLBoolean;
A SQLBoolean that is True if the two instances are not equal or False if the two instances are equal. If either instance of SQLBinary is null, the Value of the SQLBoolean will be Null.
SQLBinary Class | SQLBinary Members | System.Data.SQLTypes Namespace | EQ | LT | LE | GT | GE