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