Skip to content

libcURL.MultiHandle.Operator_Compare

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

libcURL.MultiHandle.Operator_Compare

Method Signature

 Function Operator_Compare(OtherMulti As MultiHandle) As Integer

Parameters

Name Type Comment
OtherMulti MultiHandle The MultiHandle being compared to Self.

Return value

Value Meaning
Zero Self and OtherMulti refer to the same handle
Non-zero Self and OtherMulti refer to different handles

Remarks

This method overloads the comparison operator(=), permitting direct comparisons between instances of MultiHandle.

See also

Clone this wiki locally