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