DashStyleInequality Operator |
Compares two DashStyle objects for inequality
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static bool operator !=(
DashStyle style1,
DashStyle style2
)
Public Shared Operator <> (
style1 As DashStyle,
style2 As DashStyle
) As Boolean
static let inline (<>)
style1 : DashStyle *
style2 : DashStyle : bool
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_Inequality(Eto.Drawing.DashStyle,Eto.Drawing.DashStyle)"]
See Also