EmbeddedParserContains Method |
Checks for the existence of a particular function.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool Contains(
string name
)
Public Function Contains (
name As String
) As Boolean
Parameters
- name
- Type: SystemString
The name of the function.
Return Value
Type:
BooleanTrue if the function exists, else false.
See Also