 | 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.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic bool Contains(
SequenceBase potentialChild
)
Parameters
- potentialChild SequenceBase
- The candidate to be checked for containment.
Return Value
BooleanReturns whether the potentialChild is contained in this sequence (base).
See Also