| DrawableCellStatesEquality Operator  | 
 Compares for equality
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static bool operator ==(
	CellStates value1,
	DrawableCellStates value2
)
Public Shared Operator = ( 
	value1 As CellStates,
	value2 As DrawableCellStates
) As Boolean
static let inline (=)
        value1 : CellStates * 
        value2 : DrawableCellStates  : boolParameters
- 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
See Also