PhoneNumberCategoryEquals Method (PhoneNumberCategory) |
Determines whether the specified object is equal to the current object.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.3
Syntaxpublic virtual bool Equals(
PhoneNumberCategory other
)
Public Overridable Function Equals (
other As PhoneNumberCategory
) As Boolean
public:
virtual bool Equals(
PhoneNumberCategory^ other
)
abstract Equals :
other : PhoneNumberCategory -> bool
override Equals :
other : PhoneNumberCategory -> bool
Parameters
- other
- Type: Aspose.Email.PersonalInfoPhoneNumberCategory
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