contentEquals

fun <T : Any> contentEquals(st1: StructureND<T>, st2: StructureND<T>): Boolean

Indicates whether some StructureND is equal to another one.

fun contentEquals(st1: StructureND<Double>, st2: StructureND<Double>, tolerance: Double = 1e-11): Boolean