Skip to content

libcURL.MIMEMessage.Operator_Compare

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

libcURL.MIMEMessage.Operator_Compare

Method Signature

 Function Operator_Compare(OtherMessage As libcURL.MIMEMessage) As Integer

Parameters

Name Type Comment
OtherMessage MIMEMessage The MIMEMessage being compared to Self.

Return value

Value Meaning
Zero Self and OtherForm refer to the same message
Non-zero Self and OtherForm refer to different messages

Remarks

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

See also

Clone this wiki locally