-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultipartFormElement.Operator_Compare
Andrew Lambert edited this page Nov 7, 2023
·
4 revisions
libcURL.MultipartFormElement.Operator_Compare
Function Operator_Compare(OtherFormElement As libcURL.MultipartFormElement) As Integer| Name | Type | Comment |
|---|---|---|
| OtherFormElement | MultipartFormElement |
The MultipartFormElement that is being compared to Self. |
| Value | Meaning |
|---|---|
zero |
Self and OtherFormElement refer to the same form element |
non-zero |
Self and OtherFormElement refer to different form elements |
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.