SignalCollectionEquals Method (SignalCollection) |
Indicates whether this collection of signals is equivalent to another collection of signals.
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 Equals(
SignalCollection other
)
Public Function Equals (
other As SignalCollection
) As Boolean
public:
bool Equals(
SignalCollection^ other
)
member Equals :
other : SignalCollection -> bool
Parameters
- other
- Type: AGI.Foundation.CommunicationsSignalCollection
The other collection of signals.
Return Value
Type:
Boolean if each of the signals in
other is
equal to the corresponding signal in this collection; otherwise
.
See Also