| SliderOrientationInequality Operator  | 
 Compares for inequality
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static bool operator !=(
	Orientation orientation1,
	SliderOrientation orientation2
)
Public Shared Operator <> ( 
	orientation1 As Orientation,
	orientation2 As SliderOrientation
) As Boolean
static let inline (<>)
        orientation1 : Orientation * 
        orientation2 : SliderOrientation  : boolParameters
- orientation1
- Type: Eto.FormsOrientation
 Orientation1.
- orientation2
- Type: Eto.FormsSliderOrientation
 Orientation2.
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:Eto.Forms.SliderOrientation.op_Inequality(Eto.Forms.Orientation,Eto.Forms.SliderOrientation)"]
 See Also
See Also