PostalAddressCategoryEquals Method (PostalAddressCategory) |
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
Syntaxpublic virtual bool Equals(
PostalAddressCategory other
)
Public Overridable Function Equals (
other As PostalAddressCategory
) As Boolean
public:
virtual bool Equals(
PostalAddressCategory^ other
)
abstract Equals :
other : PostalAddressCategory -> bool
override Equals :
other : PostalAddressCategory -> bool
Parameters
- other
- Type: Aspose.Email.PersonalInfoPostalAddressCategory
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