Npgsql Api Docs

BitString Exclusive Or Operator 

Perofrms a logical EXCLUSIVE-OR on the two operands

[Visual Basic]
returnValue = BitString.op_ExclusiveOr(x, y)
[C#]
public static BitString operator ^(
   BitString x,
   BitString y
);

See Also

BitString Class | NpgsqlTypes Namespace