Greater Than or Equal Operator (Length)
In This Topic
All numeric and enumeration types define a "greater than or equal" relational operator (>=) that returns trueif the first operand is greater than or equal to the second, falseotherwise.
Syntax
See Also