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.2
Syntax
C#
public bool Contains(
	SequenceBase potentialChild
)

Parameters

potentialChild
Type: de.unika.ipd.grGen.libGrSequenceBase
The candidate to be checked for containment.

Return Value

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