Skip to content

libcURL.MIMEMessagePart.Operator_Compare

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

libcURL.MIMEMessagePart.Operator_Compare

Method Signature

 Function Operator_Compare(OtherMIMEPart As libcURL.MIMEMessagePart) As Integer

Parameters

Name Type Comment
OtherMIMEPart MIMEMessagePart The MIMEMessagePart that is being compared to Self.

Return value

Value Meaning
zero Self and Othermessagepart refer to the same message part
non-zero Self and Othermessagepart refer to different message parts

Remarks

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

parts are considered equal if and only if they are owned by the same instance of MIMEMessage and refer to the same part within the message.

Clone this wiki locally