Determines whether the specified ContentLocation is equal to the current ContentLocation.
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 ContentLocation to compare with the current ContentLocation.