Click or drag to resize

SignalCollectionContains Method

Search to determine whether the given signal is an element of the composite signal.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	Signal item
)

Parameters

item
Type: AGI.Foundation.CommunicationsSignal
The signal for which to search.

Return Value

Type: Boolean
if the signal is part of the composite; otherwise .

Implements

ICollectionTContains(T)
See Also