Click or drag to resize

SequenceBaseContains Method

Returns whether the potentialChild is contained in this sequence (base). True if potentialChild is the same as this sequence (base) (so reflexive relation).

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public bool Contains(
	SequenceBase potentialChild
)

Parameters

potentialChild  SequenceBase
The candidate to be checked for containment.

Return Value

Boolean
Returns whether the potentialChild is contained in this sequence (base).
See Also