Skip to content

libcURL.cURLHandle.Operator_Compare

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

libcURL.cURLHandle.Operator_Compare

Method Signature

 Protected Function Operator_Compare(OtherHandle As cURLHandle) As Integer

Parameters

Name Type Comment
OtherHandle cURLHandle The curl handle being compared to Self.

Return value

Value Meaning
Zero Self and OtherHandle were initialized using the same CURL_GLOBAL_* constant.
Non-zero Self and OtherHandle were initialized using different constants.

Remarks

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

See also

Clone this wiki locally