-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.cURLHandle.Operator_Compare
Andrew Lambert edited this page Jun 9, 2015
·
13 revisions
#libcURL.ListPtr.Operator_Compare
##Method Signature
Sub Operator_Compare(OtherHandle As cURLHandle)##Return value
Returns 0 if OtherHandle uses the same global init flags as Self.
##Parameters
| Name | Type | Comment |
|---|---|---|
| OtherHandle | cURLHandle |
The curl handle to be compared against. |
##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.