libcURL.MIMEMessage.Operator_Compare - charonn0/RB-libcURL GitHub Wiki
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