Click or drag to resize

IStyleListTIsStructuralEquivalentTo Method

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

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

Parameters

anotherList  IEnumerableT
The list to compare with.

Return Value

Boolean
if the lists are structurally equivalent; otherwise, .
See Also