libcURL.EasyHandle.Operator_Compare - charonn0/RB-libcURL GitHub Wiki

libcURL.EasyHandle.Operator_Compare

Method Signature

 Function Operator_Compare(OtherEasy As EasyHandle) As Integer

Parameters

Name Type Comment
OtherEasy EasyHandle The EasyHandle being compared to Self.

Return value

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

Remarks

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

See also