Click or drag to resize

DashStyleEquals Method (Object)

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

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The Object to compare with the current DashStyle.

Return Value

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