DrawableCellStatesInequality Operator |
Compares for inequality
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public 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 : bool
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_Inequality(Eto.Forms.CellStates,Eto.Forms.DrawableCellStates)"]
See Also