NamedColorEqualsInNameAndColor Method |
Determines whether another named color has the same color value and name.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool EqualsInNameAndColor(
NamedColor from
)
Parameters
- from NamedColor
- The color to compare with.
Return Value
Boolean if both name and color value match; otherwise,
.
See Also