ImapMessageFlags.Equals
Contents
[
Hide
]Equals(object)
Determines whether the specified Object is equal to this instance.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The Object to compare with this instance. |
Return Value
true if the specified Object is equal to this instance; otherwise, false.
Exceptions
| exception | condition |
|---|---|
| NullReferenceException | The obj parameter is null. |
See Also
- class ImapMessageFlags
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
Equals(ImapMessageFlags)
Determines whether the specified object is equal to the current object.
public virtual bool Equals(ImapMessageFlags other)
| Parameter | Type | Description |
|---|---|---|
| other | ImapMessageFlags | The object to compare with the current object. |
Return Value
true if the specified object is equal to the current object; otherwise, false.
See Also
- class ImapMessageFlags
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email