SqlInt16::Xor Method (SqlInt16, SqlInt16)

 

Performs a bitwise exclusive-OR operation on the supplied parameters.

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

public:
static SqlInt16 Xor(
	SqlInt16 x,
	SqlInt16 y
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt16

A SqlInt16 structure.

y
Type: System.Data.SqlTypes::SqlInt16

A SqlInt16 structure.

Return Value

Type: System.Data.SqlTypes::SqlInt16

A SqlInt16 structure that contains the results of the XOR operation.

.NET Framework
Available since 1.1
Return to top
Show: