-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.Operator_Compare
Andrew Lambert edited this page Dec 27, 2015
·
11 revisions
#libcURL.MultiHandle.Operator_Compare
##Method Signature
Function Operator_Compare(OtherMulti As MultiHandle) As Integer##Parameters
| Name | Type | Comment |
|---|---|---|
| OtherMulti | MultiHandle |
The MultiHandle being compared to Self. |
##Return value
| Value | Meaning |
|---|---|
Zero |
Self and OtherMulti refer to the same handle |
Non-zero |
Self and OtherMulti refer to different handles |
##Remarks
This method overloads the comparison operator(=), permitting direct comparisons between instances of MultiHandle.
##See also
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.