IStyleListTIsStructuralEquivalentTo Method |
Determines whether the specified list has the same structure and items.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool IsStructuralEquivalentTo(
IEnumerable<T> anotherList
)
Parameters
- anotherList IEnumerableT
- The list to compare with.
Return Value
Boolean if the lists are structurally equivalent; otherwise,
.
See Also