Click or drag to resize

TimePeriodMatchPrepared Method

Determines if the prepared symbol matches any alias in this item. A prepared symbol must be in LowerInvariant case and be wrapped in leading and trailing pipes. This method is provided for efficiency when attempting to match multiple periods. If determining a match for a single period use Match(String) which does not require preparation.

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

Parameters

preparedSymbol
Type: SystemString
The prepared symbol to match.

Return Value

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