Click or drag to resize

DashStyleEquals Method (DashStyle)

Determines whether the specified DashStyle is equal to the current DashStyle.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	DashStyle other
)

Parameters

other
Type: Eto.DrawingDashStyle
The DashStyle to compare with the current DashStyle.

Return Value

Type: Boolean
true if the specified DashStyle is equal to the current DashStyle; otherwise, false.

Implements

IEquatableTEquals(T)
See Also