Click or drag to resize

OrderingComparerCompare Method


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

Parameters

this_  INode
 
that  INode
 

Return Value

Int32

Implements

IComparerTCompare(T, T)
See Also