Skip to content

libcURL.MultipartForm.Operator_Compare

Andrew Lambert edited this page Jun 22, 2015 · 9 revisions

#libcURL.MultipartForm.Operator_Compare

##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

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

##See also

Clone this wiki locally