Click or drag to resize

SegmentListConfigurationContainsSegmentConfiguration Method (SegmentDefinition)

Checks to see if the segment has a configuration stored in this configuration.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool ContainsSegmentConfiguration(
	SegmentDefinition segment
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The SegmentDefinition to check for.

Return Value

Type: Boolean
if the segment has a configuration stored in this configuration; otherwise .
See Also