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!

SQLInt16.EQ

[To be supplied.]

[Visual Basic]
Public Shared Function EQ( _
   ByVal x As SQLInt16, _
   ByVal y As SQLInt16 _
) As SQLBoolean
[C#]
public static SQLBoolean EQ(
   SQLInt16 x,
   SQLInt16 y
);
[C++]
public: static SQLBoolean EQ(
   SQLInt16 x,
   SQLInt16 y
);
[JScript]
public static function EQ(
   x : SQLInt16,
   y : SQLInt16
) : SQLBoolean;

Parameters

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

See Also

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