EventCategoryEquality Operator |
Determines whether the specified objects are equal.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static bool operator ==(
EventCategory a,
EventCategory b
)
Public Shared Operator = (
a As EventCategory,
b As EventCategory
) As Boolean
public:
static bool operator ==(
EventCategory^ a,
EventCategory^ b
)
static let inline (=)
a : EventCategory *
b : EventCategory : bool
Parameters
- a
- Type: Aspose.Email.PersonalInfoEventCategory
First object to compare - b
- Type: Aspose.Email.PersonalInfoEventCategory
Second object to compare
Return Value
Type:
BooleanReturns true if objects are equal, otherwise false.
See Also