Determines whether two Recurrence objects define the same recurrence pattern.
Namespace: MindFusion.Scheduling
Assembly: Recurrence.js
SyntaxJavaScript
Copy Code
|
|---|
function samePatternAs (recurrence) |
A Recurrence object to compare with this Recurrence.
Boolean. true if the Recurrence instances have the same recurrence pattern; otherwise false.
See Also