Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool Equals(
	SignalCollection other
)

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