-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.ListPtr.Operator_Compare
Andrew Lambert edited this page Nov 7, 2023
·
19 revisions
Function Operator_Compare(OtherList As ListPtr) As Integer
Name | Type | Comment |
---|---|---|
OtherList | ListPtr |
The ListPtr that is being compared to Self . |
Value | Meaning |
---|---|
zero |
Self and OtherList refer to the same list |
non-zero |
Self and OtherList refer to different lists |
This method overloads the comparison operator(=
), permitting direct comparisons between instances of ListPtr
.
Empty lists are equal to one another, but not equal to Nil.
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.