SegmentListResults.IsSegmentContainedInThisList Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsSegmentContainedInThisList(
SegmentDefinition segment
)
Public Function IsSegmentContainedInThisList (
segment As SegmentDefinition
) As Boolean
public:
bool IsSegmentContainedInThisList(
SegmentDefinition^ segment
)
member IsSegmentContainedInThisList :
segment : SegmentDefinition -> bool
Parameters
- segment
- Type: AGI.Foundation.SegmentPropagation.SegmentDefinition
The SegmentDefinition to check this SegmentListResults for.
Return Value
Type:
Booleantrue if the
segment was propagated by
the
propagator that produced this results; otherwise
false.
See Also