CADability dotNET
Tests, weather this list and the list l have the same content (maybe in a different order)

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public bool HasSameContent(
	GeoObjectList l
)
Visual Basic
Public Function HasSameContent ( _
	l As GeoObjectList _
) As Boolean
Visual C++
public:
bool HasSameContent(
	GeoObjectList^ l
)

Parameters

l
Type: CADability.GeoObject..::..GeoObjectList
The GeoObjectList to compare with this list

Return Value

true if the lists have the same content

See Also