Click or drag to resize

OrderingComparerCompare Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public int Compare(
	INode this_,
	INode that
)

Parameters

this_
Type: de.unika.ipd.grGen.libGrINode
that
Type: de.unika.ipd.grGen.libGrINode

Return Value

Type: Int32

Implements

IComparerTCompare(T, T)
See Also