CustomerEventEquality 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 ==(
CustomerEvent a,
CustomerEvent b
)
Public Shared Operator = (
a As CustomerEvent,
b As CustomerEvent
) As Boolean
public:
static bool operator ==(
CustomerEvent^ a,
CustomerEvent^ b
)
static let inline (=)
a : CustomerEvent *
b : CustomerEvent : bool
Parameters
- a
- Type: Aspose.Email.PersonalInfoCustomerEvent
First object to compare - b
- Type: Aspose.Email.PersonalInfoCustomerEvent
Second object to compare
Return Value
Type:
BooleanReturns true if objects are equal, otherwise false.
See Also