-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLHandle.Operator_Compare
Andrew Lambert edited this page Nov 7, 2023
·
13 revisions
libcURL.cURLHandle.Operator_Compare
Protected Function Operator_Compare(OtherHandle As cURLHandle) As Integer
Name | Type | Comment |
---|---|---|
OtherHandle | cURLHandle |
The curl handle being compared to Self . |
Value | Meaning |
---|---|
Zero |
Self and OtherHandle were initialized using the same CURL_GLOBAL_* constant. |
Non-zero |
Self and OtherHandle were initialized using different constants. |
This method overloads the comparison operator(=
), permitting direct comparisons between instances of cURLHandle
.
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.