Click or drag to resize

SignalCollection.Contains 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.3.420.0 (24.3.420.0)
Syntax
public bool Contains(
	Signal item
)

Parameters

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

Return Value

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

Implements

ICollection<T>.Contains(T)
See Also