Skip to content

libcURL.MultiHandle.Operator_Compare

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

#libcURL.EasyHandle.Operator_Compare

##Method Signature

 Function Operator_Compare(OtherMulti As MultiHandle) As Integer

##Parameters

Name Type Comment
OtherMulti MultiHandle The MultiHandle to be compared against.

##Return value

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

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

##See also

Clone this wiki locally