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