Click or drag to resize

DashPatternBaseInequality Operator

Determines whether two dash patterns are not equal.

Namespace: Altaxo.Drawing.DashPatterns
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator !=(
	DashPatternBase x,
	DashPatternBase y
)

Parameters

x  DashPatternBase
The first dash pattern.
y  DashPatternBase
The second dash pattern.

Return Value

Boolean
if the dash patterns are not equal; otherwise, .
See Also