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