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
)
Public Function MatchPrepared (
preparedSymbol As String
) As Boolean
Parameters
- preparedSymbol
- Type: SystemString
The prepared symbol to match.
Return Value
Type:
BooleanTrue if a match, else false.
See Also