Click or drag to resize

LineCapBaseInequality Operator

Determines whether two LineCapBase instances are not equal.

Namespace: Altaxo.Drawing.LineCaps
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator !=(
	LineCapBase a,
	LineCapBase b
)

Parameters

a  LineCapBase
The first line cap.
b  LineCapBase
The second line cap.

Return Value

Boolean
if the line caps are not equal; otherwise, .
See Also