EmailAddressCategory.Equals
Contents
[
Hide
]Equals(object)
Determines whether the specified Object is equal to the current Object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | The Object to compare with the current Object. |
Return Value
Returns a boolean indicating if the passed in object obj is Equal to this.
See Also
- class EmailAddressCategory
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
Equals(EmailAddressCategory)
Determines whether the specified Object is equal to the current Object.
public virtual bool Equals(EmailAddressCategory other)
| Parameter | Type | Description |
|---|---|---|
| other | EmailAddressCategory | The Object to compare with the current Object. |
Return Value
Returns a boolean indicating if the passed in object obj is Equal to this.
See Also
- class EmailAddressCategory
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email