-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MIMEMessagePart.Operator_Compare
Andrew Lambert edited this page Nov 7, 2023
·
4 revisions
libcURL.MIMEMessagePart.Operator_Compare
Function Operator_Compare(OtherMIMEPart As libcURL.MIMEMessagePart) As Integer| Name | Type | Comment |
|---|---|---|
| OtherMIMEPart | MIMEMessagePart |
The MIMEMessagePart that is being compared to Self. |
| Value | Meaning |
|---|---|
zero |
Self and Othermessagepart refer to the same message part |
non-zero |
Self and Othermessagepart refer to different message parts |
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.
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.