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