ContainsSignal

virtual bool ISignalCollection::ContainsSignal(PSignal signal) = 0

Gets whether this signal collection contains the specified signal.

Parameters

signal – Signal to search in the collection.

Returns

bool – True if this collection contains the specified signal, false otherwise.

Throws