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)
Syntaxpublic bool Contains(
Signal item
)
Public Function Contains (
item As Signal
) As Boolean
public:
virtual bool Contains(
Signal^ item
) sealed
abstract Contains :
item : Signal -> bool
override Contains :
item : Signal -> bool
Parameters
- item
- Type: AGI.Foundation.Communications.Signal
The signal for which to search.
Return Value
Type:
Booleantrue if the signal is part of the composite; otherwise
false.
Implements
ICollection<T>.Contains(T)
See Also