AssociatedPersonCategoryEquals Method (AssociatedPersonCategory) |
Determines whether the specified object is equal to the current object.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public virtual bool Equals(
AssociatedPersonCategory other
)
Public Overridable Function Equals (
other As AssociatedPersonCategory
) As Boolean
public:
virtual bool Equals(
AssociatedPersonCategory^ other
)
abstract Equals :
other : AssociatedPersonCategory -> bool
override Equals :
other : AssociatedPersonCategory -> bool
Parameters
- other
- Type: Aspose.Email.PersonalInfoAssociatedPersonCategory
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise, false.
Implements
IEquatableTEquals(T)See Also