SqlDouble::Equality Operator (SqlDouble, SqlDouble)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlDouble.Equals(System.Data.SqlTypes.SqlDouble,System.Data.SqlTypes.SqlDouble)

Performs a logical comparison on two instances of SqlDouble to determine whether they are equal.

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

public:
static SqlBoolean operator ==(
	SqlDouble x,
	SqlDouble y
)

Parameters

x
Type: System.Data.SqlTypes::SqlDouble

A SqlDouble structure.

y
Type: System.Data.SqlTypes::SqlDouble

A SqlDouble structure.

Return Value

Type: System.Data.SqlTypes::SqlBoolean

true if the two values are equal. Otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: