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