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.2.419.0 (24.2.419.0)
Syntax public 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.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