Determines whether the specified ContentDisposition is equal to the current ContentDisposition.
Namespace:
Rebex.Mime.Headers
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Overrides Function Equals ( _ obj As Object _ ) As Boolean |
C# |
---|
public override bool Equals( Object obj ) |
Parameters
- obj
- Type: System..::..Object
The ContentDisposition to compare with the current ContentDisposition.