UrlCategory.Equals
Contents
[
Hide
]Equals(UrlCategory)
Determines whether the specified object is equal to the current object.
public virtual bool Equals(UrlCategory other)
Parameter | Type | Description |
---|---|---|
other | UrlCategory | The object to compare with the current object. |
Return Value
true if the specified object is equal to the current object; otherwise, false.
See Also
- class UrlCategory
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
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 UrlCategory
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email