Returns a Boolean value indicating whether the value of the first argument is greater than or equal to that of the second argument.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Parameters
lhs
A value to compare.
rhs
Another value to compare.
Discussion
Note
This documentation comment was inherited from Comparable
.