Skip to content

libcURL.MultipartFormElement.Operator_Compare

Andrew Lambert edited this page Nov 7, 2023 · 4 revisions

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.

Clone this wiki locally