Methods
eq(version)
Returns whether this version is equal to the version
param.
Parameters:
Name | Type | Description |
---|---|---|
version |
string | ServerVersion | The other version. |
- Source:
gt(version)
Returns whether this version is greater than the version
param.
Parameters:
Name | Type | Description |
---|---|---|
version |
string | ServerVersion | The other version. |
- Source:
gte(version)
Returns whether this version is greater than or equal to the version
param.
Parameters:
Name | Type | Description |
---|---|---|
version |
string | ServerVersion | The other version. |
- Source:
lt(version)
Returns whether this version is lesser than the version
param.
Parameters:
Name | Type | Description |
---|---|---|
version |
string | ServerVersion | The other version. |
- Source:
lte(version)
Returns whether this version is lesser than or equal to the version
param.
Parameters:
Name | Type | Description |
---|---|---|
version |
string | ServerVersion | The other version. |
- Source: