SqlInt32::ExclusiveOr Operator (SqlInt32, SqlInt32)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlInt32.Xor(System.Data.SqlTypes.SqlInt32,System.Data.SqlTypes.SqlInt32)

Performs a bitwise exclusive-OR operation on the specified SqlInt32 structures.

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

public:
static SqlInt32 operator ^(
	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::SqlInt32

A SqlInt32 structure that contains the results of the bitwise XOR operation.

.NET Framework
Available since 1.1
Return to top
Show: