isAtLeastVersion abstract method
Returns a Boolean value indicating whether the version of the operating system on which the process is executing is the same or later than the given version.
version
The operating system version to test against.
Implementation
bool isAtLeastVersion(DarwinVersion version);