PocketPlanner Programmer's Guide

Recurrence.SamePatternAs Method

See Also

Determines whether two Recurrence objects define the same recurrence pattern.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public bool SamePatternAs (
    Recurrence recurrence
)

Visual Basic

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