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!

SQLInt32.EQ

[To be supplied.]

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

Parameters

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

See Also

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