Click or drag to resize
RecurrenceRangeEquals Method (RecurrenceRange)
Overloaded. Overridden. Returns a value indicating whether this instance is equal to a specified RecurrenceRange object.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool Equals(
	RecurrenceRange other
)

Parameters

other
Type: Kettic.AspNet.ControlsRecurrenceRange
An RecurrenceRange object to compare with this instance.

Return Value

Type: Boolean
true if value equals the value of this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also