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.2
Syntax
C#
bool IsLower(
	Object this_,
	Object that,
	IDictionary<Object, Object> visitedObjects
)

Parameters

this_
Type: SystemObject
that
Type: SystemObject
visitedObjects
Type: System.Collections.GenericIDictionaryObject, Object

Return Value

Type: Boolean
See Also