Npgsql Api Docs

BitString Operators

The operators of the BitString structure are listed below. For a complete list of BitString structure members, see the BitString Members topic.

Public Static (Shared) Operators

Addition Operator Concatenates the operands.
Bitwise And Operator Performs a logical AND on the two operands.
Bitwise Or Operator Performs a logcial OR on the two operands.
Equality Operator Compares the two operands.
Exclusive Or Operator Perofrms a logical EXCLUSIVE-OR on the two operands
Greater Than Operator Compares the two operands.
Greater Than Or Equal Operator Compares the two operands.
Inequality Operator Compares the two operands.
Left Shift Operator Left-shifts the string BitString.
Less Than Operator Compares the two operands.
Less Than Or Equal Operator Compares the two operands.
Ones Complement Operator Performs a logical NOT on the operand.
Right Shift Operator Right-shifts the string BitString.

See Also

BitString Class | BitString Members | NpgsqlTypes Namespace