Npgsql Api Docs
BitString Greater Than Or Equal Operator
Compares the two operands.
[Visual Basic]
returnValue =
BitString.op_GreaterThanOrEqual(x, y)
[C#]
public static
bool
operator >=(
BitString
x
,
BitString
y
);
See Also
BitString Class
|
NpgsqlTypes Namespace