WeekDay.Equals
WeekDay.Equals method
Returns a value indicating whether this instance is equal to a specified object.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The object to compare with this instance. |
Return Value
True if the specified object is a WeekDay that has the same FromDate, ToDate values and WorkingTimes as this instance; otherwise, false.
See Also
- class WeekDay
- namespace Aspose.Tasks
- assembly Aspose.Tasks