NamedColorInequality Operator |
Determines whether two
NamedColor values are not equal.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool operator !=(
NamedColor x,
NamedColor y
)
Parameters
- x NamedColor
- The first named color.
- y NamedColor
- The second named color.
Return Value
Boolean if the named colors are not equal; otherwise,
.
See Also