Click or drag to resize

WeekOverviewSelectionEquality Operator

Determines whether two selections are equal.

Namespace:  Dynamicweb.Controls.OMC
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public static bool operator ==(
	WeekOverviewSelection s1,
	WeekOverviewSelection s2
)

Parameters

s1
Type: Dynamicweb.Controls.OMCWeekOverviewSelection
First selection.
s2
Type: Dynamicweb.Controls.OMCWeekOverviewSelection
Second selection.

Return Value

Type: Boolean
Value indicating whether two selections are equal.
Remarks