Determines whether two Recurrence objects define the same recurrence pattern.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public bool SamePatternAs ( |
Visual Basic
Copy Code
|
|---|
Public Function SamePatternAs ( _ |
true if the Recurrence instances represent the same recurrence patterns; otherwise false.
See Also