 | 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.2
Syntaxpublic bool Contains(
SequenceBase potentialChild
)
Parameters
- potentialChild
- Type: de.unika.ipd.grGen.libGrSequenceBase
The candidate to be checked for containment.
Return Value
Type:
BooleanReturns whether the potentialChild is contained in this sequence (base).
See Also