Determines whether two Recurrence objects define the same recurrence pattern.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public boolean samePatternAs ( |
A Recurrence object to compare with this recurrence.
true if the Recurrence instances represent the same recurrence patterns; otherwise, false.
See Also