Click or drag to resize

DrawableCellStatesEquality Operator

Compares for equality

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator ==(
	CellStates value1,
	DrawableCellStates value2
)

Parameters

value1
Type: Eto.FormsCellStates
New enumeration.
value2
Type: Eto.FormsDrawableCellStates
Old enumeration.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Eto.Forms.DrawableCellStates.op_Equality(Eto.Forms.CellStates,Eto.Forms.DrawableCellStates)"]

See Also