Npgsql Api Docs

BitString Less Than Operator 

Compares the two operands.

[Visual Basic]
returnValue = BitString.op_LessThan(x, y)
[C#]
public static bool operator <(
   BitString x,
   BitString y
);

See Also

BitString Class | NpgsqlTypes Namespace