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