Npgsql Api Docs

BitString Less Than Or Equal Operator 

Compares the two operands.

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

See Also

BitString Class | NpgsqlTypes Namespace