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