Compares two version strings to determine if the client version meets the minimum requirement.
true if the client version is greater than or equal to the required version, otherwise false.
true
false
The current client version (e.g., "5.17.5").
The minimum required version (e.g., "5.17.5").
Generated using TypeDoc
Compares two version strings to determine if the client version meets the minimum requirement.
Returns
true
if the client version is greater than or equal to the required version, otherwisefalse
.