Click or drag to resize

VerticalAlignEquality Operator

Compares for equality

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator ==(
	VerticalAlignment value1,
	VerticalAlign value2
)

Parameters

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