Skip to content

libcURL.cURLHandle.Operator_Compare

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

#libcURL.ListPtr.Operator_Compare

##Method Signature

 Function Operator_Compare(OtherHandle As cURLHandle) As Integer

##Parameters

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

##Return value

Value Meaning
0 Self and OtherHandle refer to the same handle
1 or -1 Self and OtherHandle refer to different handles

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

Clone this wiki locally