Skip to content

libcURL.cURLHandle.Operator_Compare

Andrew Lambert edited this page Jun 9, 2015 · 13 revisions

#libcURL.ListPtr.Operator_Compare

##Method Signature

 Sub Operator_Compare(OtherHandle As cURLHandle)

##Return value Returns 0 if OtherHandle uses the same global init flags as Self.

##Parameters

Name Type Comment
OtherHandle cURLHandle The curl handle to be compared against.

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

Clone this wiki locally