SqlInt32::Equals Method (SqlInt32, SqlInt32)

 

Performs a logical comparison of the two SqlInt32 parameters to determine whether they are equal.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlBoolean Equals(
	SqlInt32 x,
	SqlInt32 y
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure.

y
Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure.

Return Value

Type: System.Data.SqlTypes::SqlBoolean

true if the two values are equal. Otherwise, false. If either instance is null, then the SqlInt32 will be null.

.NET Framework
Available since 1.1
Return to top
Show: