-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.Version.IsExactly
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
Protected Function IsExactly(Major As Integer, Minor As Integer, Patch As Integer) As Boolean| Name | Type | Comment |
|---|---|---|
| Major | Integer | The major version number |
| Minor | Integer | The minor version number |
| Patch | Integer | The patch version number |
Returns True if libcURL is exactly the version specified, otherwise returns False.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.