Click or drag to resize

IGraphModelIsLower Method

Calls the AttributeTypeObjectCopierComparer.IsLower function for object type arguments, when an attribute of object or external type is compared for ordering in the interpreted sequences; you may dispatch from there to the type exact comparisons, which are called directly from the compiled sequences.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
bool IsLower(
	Object this_,
	Object that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

this_  Object
 
that  Object
 
visitedObjects  IDictionaryObject, Object
 

Return Value

Boolean
See Also