Search
Recurrence.samePatternAs Method
See Also
 






Determines whether two Recurrence objects define the same recurrence pattern.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public boolean samePatternAs (
    Recurrence recurrence
)

 Parameters

recurrence

A Recurrence object to compare with this recurrence.

 Return Value

true if the Recurrence instances represent the same recurrence patterns; otherwise, false.

 See Also