Skip to content

libcURL.ListPtr.Operator_Compare

Andrew Lambert edited this page Nov 7, 2023 · 19 revisions

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.

See also

Clone this wiki locally