NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLBit.EQ

[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;

Parameters

x
[To be supplied.]
y
[To be supplied.]

See Also

SQLBit Structure | SQLBit Members | System.Data.SQLTypes Namespace