libcURL.MultipartFormElement.Operator_Compare - charonn0/RB-libcURL GitHub Wiki
libcURL.MultipartFormElement.Operator_Compare
Method Signature
Function Operator_Compare(OtherFormElement As libcURL.MultipartFormElement) As Integer
Parameters
| Name | Type | Comment |
|---|---|---|
| OtherFormElement | MultipartFormElement |
The MultipartFormElement that is being compared to Self. |
Return value
| Value | Meaning |
|---|---|
zero |
Self and OtherFormElement refer to the same form element |
non-zero |
Self and OtherFormElement refer to different form elements |
Remarks
This method overloads the comparison operator(=), permitting direct comparisons between instances of MultipartFormElement.
Elements are considered equal if and only if they are owned by the same instance of MultipartForm and refer to the same element within the form.