CustomerEventEquals Method (CustomerEvent, CustomerEvent) |
Determines whether the specified object instances are considered equal.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public bool Equals(
CustomerEvent x,
CustomerEvent y
)
Public Function Equals (
x As CustomerEvent,
y As CustomerEvent
) As Boolean
public:
bool Equals(
CustomerEvent^ x,
CustomerEvent^ y
)
member Equals :
x : CustomerEvent *
y : CustomerEvent -> bool
Parameters
- x
- Type: Aspose.Email.PersonalInfoCustomerEvent
The first object to compare. - y
- Type: Aspose.Email.PersonalInfoCustomerEvent
The second object to compare.
Return Value
Type:
Boolean
true if the objects are considered equal; otherwise, false.
If both objA and objB are null, the method returns true.
See Also