SqlBinary::Equals Method (SqlBinary, SqlBinary)

 

Compares two SqlBinary structures to determine whether they are equal.

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

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

Parameters

x
Type: System.Data.SqlTypes::SqlBinary

A SqlBinary structure.

y
Type: System.Data.SqlTypes::SqlBinary

A SqlBinary structure.

Return Value

Type: System.Data.SqlTypes::SqlBoolean

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

.NET Framework
Available since 1.1
Return to top
Show: