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