| VerticalAlignEquality Operator  | 
 Compares for equality
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static bool operator ==(
	VerticalAlignment value1,
	VerticalAlign value2
)
Public Shared Operator = ( 
	value1 As VerticalAlignment,
	value2 As VerticalAlign
) As Boolean
static let inline (=)
        value1 : VerticalAlignment * 
        value2 : VerticalAlign  : boolParameters
- value1
- Type: Eto.FormsVerticalAlignment
 Value1.
- value2
- Type: Eto.FormsVerticalAlign
 Value2.
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:Eto.Forms.VerticalAlign.op_Equality(Eto.Forms.VerticalAlignment,Eto.Forms.VerticalAlign)"]
 See Also
See Also