The standard comparer. Sorts layers by the layer name.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public int CompareTo(
	Scene..::.Layer layer
)
Visual Basic (Declaration)
Public Function CompareTo ( _
	layer As Scene..::.Layer _
) As Integer
Visual C++
public:
virtual int CompareTo(
	Scene..::.Layer^ layer
) sealed

Parameters

layer
Type: ceometric.VectorGeometry..::.Scene..::.Layer
A layer to compare.

Return Value

Returns the result of the comparison.

Implements

IComparable<(Of <(T>)>)..::.CompareTo(T)

See Also