Click or drag to resize

ColorNameKeyEquals(ColorNameKey) Method

Compares this key to another key.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Equals(
	ColorNameKey other
)

Parameters

other  ColorNameKey
The other key.

Return Value

Boolean
True if this key matches with name and color value to the other key. Otherwise, false.

Implements

IEquatableTEquals(T)
See Also