-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLHandle.Operator_Compare
Andrew Lambert edited this page Jun 11, 2015
·
13 revisions
#libcURL.ListPtr.Operator_Compare
##Method Signature
Function Operator_Compare(OtherHandle As cURLHandle) As Integer##Parameters
| Name | Type | Comment |
|---|---|---|
| OtherHandle | cURLHandle |
The curl handle to be compared against. |
##Return value
| Value | Meaning |
|---|---|
0 |
Self and OtherHandle refer to the same handle |
1 or -1
|
Self and OtherHandle refer to different handles |
##Notes
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-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.