ContentType.Equals Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9313)
Equals(Object)
Determines whether the specified ContentType is equal to the current ContentType.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | The ContentType to compare with the current ContentType. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified ContentType is equal to the current ContentType; otherwise, false. |