Click or drag to resize

LexicographicalElementComparatorCompare Method

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

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

Parameters

a
Type: Frontenac.BlueprintsIElement

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

b
Type: Frontenac.BlueprintsIElement

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

Return Value

Type: Int32

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

Implements

IComparerTCompare(T, T)
See Also