Click or drag to resize

NamedColorEqualsInNameAndColor Method

Determines whether another named color has the same color value and name.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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