LineCapBaseInequality Operator |
Determines whether two
LineCapBase instances are not equal.
Namespace: Altaxo.Drawing.LineCapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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