[To be supplied.]
[Visual Basic] Public Shared Function EQ( _ ByVal x As SQLBit, _ ByVal y As SQLBit _ ) As SQLBoolean [C#] public static SQLBoolean EQ( SQLBit x, SQLBit y ); [C++] public: static SQLBoolean EQ( SQLBit x, SQLBit y ); [JScript] public static function EQ( x : SQLBit, y : SQLBit ) : SQLBoolean;
SQLBit Structure | SQLBit Members | System.Data.SQLTypes Namespace