libcURL.MultipartForm.Operator_Compare - charonn0/RB-libcURL GitHub Wiki
Method Signature
Function Operator_Compare(OtherForm As MultipartForm) As Integer
Parameters
| Name |
Type |
Comment |
| OtherForm |
MultipartForm |
The MultipartForm being compared to Self. |
Return value
| Value |
Meaning |
Zero |
Self and OtherForm refer to the same handle |
Non-zero |
Self and OtherForm refer to different handles |
Remarks
This method overloads the comparison operator(=), permitting direct comparisons between instances of MultipartForm.
See also