Click or drag to resize

ColorSetIsStructuralEquivalentTo Method

Determines whether the specified list has the same structure and items.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool IsStructuralEquivalentTo(
	IEnumerable<NamedColor> anotherList
)

Parameters

anotherList  IEnumerableNamedColor
The list to compare with.

Return Value

Boolean
if the lists are structurally equivalent; otherwise, .

Implements

IStyleListTIsStructuralEquivalentTo(IEnumerableT)
See Also