libcURL.ListPtr.Operator_Compare - charonn0/RB-libcURL GitHub Wiki
libcURL.ListPtr.Operator_Compare
Method Signature
Function Operator_Compare(OtherList As ListPtr) As Integer
Parameters
| Name | Type | Comment |
|---|---|---|
| OtherList | ListPtr |
The ListPtr that is being compared to Self. |
Return value
| Value | Meaning |
|---|---|
zero |
Self and OtherList refer to the same list |
non-zero |
Self and OtherList refer to different lists |
Remarks
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.