IsSame method
Implementation
@override
bool IsSame(Recurrence otherRecurrence) {
return super.IsSame(otherRecurrence) &&
this._interval == (otherRecurrence as IntervalPattern)._interval;
}
@override
bool IsSame(Recurrence otherRecurrence) {
return super.IsSame(otherRecurrence) &&
this._interval == (otherRecurrence as IntervalPattern)._interval;
}