CalendarRecurrence.Equals
Contents
[
Hide
]Equals(CalendarRecurrence)
Determines whether the specified CalendarRecurrence
is equal to this instance.
public virtual bool Equals(CalendarRecurrence other)
Parameter | Type | Description |
---|---|---|
other | CalendarRecurrence | The CalendarRecurrence to compare with this instance. |
Return Value
true
if the specified CalendarRecurrence
is equal to this instance; otherwise, false
.
See Also
- class CalendarRecurrence
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email
Equals(object)
Determines whether the specified Object is equal to the current Object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The Object to compare with the current Object. |
Return Value
Returns a boolean indicating if the passed in object obj is Equal to this.
See Also
- class CalendarRecurrence
- namespace Aspose.Email.Calendar.Recurrences
- assembly Aspose.Email