You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests whether this version satisfies the compatibility requirements of the input version, i.e. is backwards compatible.
Signature:
satisfies(compareWith: Version): boolean;
Parameters
Parameter
Type
Description
compareWith
Version
The version to compare with
Returns:
boolean
A boolean indicating if this version is compatible with the input parameter
Remarks
In order to satisfy the compatibility requirements, this object must have the same major version number as the input parameter, and it must NOT be older than the input parameter.