Click or drag to resize

LexicographicalElementComparatorCompare Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.LexicographicalElementComparator.Compare(VelocityGraph.Frontenac.Blueprints.IElement,VelocityGraph.Frontenac.Blueprints.IElement)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public int Compare(
	IElement a,
	IElement b
)

Parameters

a
Type: VelocityGraph.Frontenac.BlueprintsIElement

[Missing <param name="a"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.LexicographicalElementComparator.Compare(VelocityGraph.Frontenac.Blueprints.IElement,VelocityGraph.Frontenac.Blueprints.IElement)"]

b
Type: VelocityGraph.Frontenac.BlueprintsIElement

[Missing <param name="b"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.LexicographicalElementComparator.Compare(VelocityGraph.Frontenac.Blueprints.IElement,VelocityGraph.Frontenac.Blueprints.IElement)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.LexicographicalElementComparator.Compare(VelocityGraph.Frontenac.Blueprints.IElement,VelocityGraph.Frontenac.Blueprints.IElement)"]

Implements

IComparerTCompare(T, T)
See Also