NamedColorEquality Operator |
Determines whether two
NamedColor values are 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 both named colors are equal; otherwise,
.
See Also