>= Operator (C# Reference)
Visual Studio 2005
All numeric and enumeration types define a "greater than or equal" relational operator, >= that returns true if the first operand is greater than or equal to the second, false otherwise.