Click or drag to resize

VerticalAlign.Equality 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.Forms.VerticalAlignment
Value1.
value2
Type: Eto.Forms.VerticalAlign
Value2.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Eto.Forms.VerticalAlign.op_Equality(Eto.Forms.VerticalAlignment,Eto.Forms.VerticalAlign)"]

See Also