MsgAddress.Equals Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9313)
Equals(Object)
Determines whether the specified obj is equal to this object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | The Object to compare with this object. |
Returns
| Type | Description |
|---|---|
| Boolean |
|