Click or drag to resize

DashStyleEquality Operator

Compares two DashStyle objects for equality

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static bool operator ==(
	DashStyle style1,
	DashStyle style2
)

Parameters

style1
Type: Eto.DrawingDashStyle
First style to compare
style2
Type: Eto.DrawingDashStyle
Second style to compare

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Eto.Drawing.DashStyle.op_Equality(Eto.Drawing.DashStyle,Eto.Drawing.DashStyle)"]

See Also