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