Skip to content

libcURL.ShareHandle.Operator_Compare

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

libcURL.ShareHandle.Operator_Compare

Method Signature

 Function Operator_Compare(OtherShare As ShareHandle) As Integer

Parameters

Name Type Comment
OtherShare ShareHandle The ShareHandle being compared to Self.

Return value

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

Remarks

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

See also

Clone this wiki locally