Click or drag to resize

IntendedSignalByIdentifierTIdentifierEqualityComparer Property

Gets or sets the equality comparer used to determine if the identifier of the signal matches the identifier returned from the SignalIdentifier property.

Namespace:  AGI.Foundation.Communications.SignalProcessing
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IEqualityComparer<TIdentifier> EqualityComparer { get; set; }

Property Value

Type: IEqualityComparerTIdentifier
See Also