-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MIMEMessage.Operator_Compare
Andrew Lambert edited this page Nov 7, 2023
·
4 revisions
libcURL.MIMEMessage.Operator_Compare
Function Operator_Compare(OtherMessage As libcURL.MIMEMessage) As Integer
Name | Type | Comment |
---|---|---|
OtherMessage | MIMEMessage |
The MIMEMessage being compared to Self . |
Value | Meaning |
---|---|
Zero |
Self and OtherForm refer to the same message |
Non-zero |
Self and OtherForm refer to different messages |
This method overloads the comparison operator(=
), permitting direct comparisons between instances of MIMEMessage
.
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.