MessageId.Equals Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9313)
Equals(Object)
Returns a value indication whether this object equals another object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | Another object. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the objects are equal, false otherwise. |