>= (Greater Than or Equal To) (SQL Server Compact)
Compares two expressions. When you compare nonnull expressions by using this operator, the result is TRUE when the left operand has a value higher than or equal to the right operand. Otherwise, the result is FALSE.
