Search
Recurrence.SamePatternAs Method
See Also
 






Determines whether two Recurrence objects define the same recurrence pattern.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool SamePatternAs (
    Recurrence recurrence
)

Visual Basic  Copy Code

Public Function SamePatternAs( _
    recurrence As Recurrence _
) As Boolean

 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