Click or drag to resize
RecurrencePatternInequality Operator
Determines whether two specified RecurrencePattern objects have different values.

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 !=(
	RecurrencePattern o1,
	RecurrencePattern o2
)

Parameters

o1
Type: Kettic.AspNet.ControlsRecurrencePattern
o2
Type: Kettic.AspNet.ControlsRecurrencePattern

Return Value

Type: Boolean
See Also