FindByTextCheck Method (String, CodeObject) |
Check if the
CodeObject with the specified text representation is a match.
Namespace:
Nova.Analysis
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected bool Check(
string text,
CodeObject codeObject
)
Parameters
- text
- Type: SystemString
- codeObject
- Type: Nova.CodeDOMCodeObject
Return Value
Type:
BooleanSee Also