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
)

Parameters

other
Type: Aspose.Email.PersonalInfoAssociatedPersonCategory
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.

Implements

IEquatableTEquals(T)
See Also