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.
Visual Basic (Declaration) | |
---|---|
Public Operator >=( _ ByVal unit1 As Length, _ ByVal unit2 As Length _ ) As System.Boolean |
Parameters
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2