Click or drag to resize

TimePeriodMatch Method

Determines if the unprepared symbol matches any alias in this item. This method is suitable for determining a match on a single symbol. For efficient matching against multiple symbols, you should prepare the symbol and use MatchPrepared(String).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool Match(
	string symbol
)

Parameters

symbol
Type: SystemString
The symbol to match.

Return Value

Type: Boolean
True if a match, else false.
See Also