Click or drag to resize
RecurrenceRangeEquality Operator
Determines whether two specified RecurrenceRange objects have the same value.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public static bool operator ==(
	RecurrenceRange o1,
	RecurrenceRange o2
)

Parameters

o1
Type: Kettic.AspNet.ControlsRecurrenceRange
o2
Type: Kettic.AspNet.ControlsRecurrenceRange

Return Value

Type: Boolean
See Also