Click or drag to resize

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
C#
protected bool Check(
	string text,
	CodeObject codeObject
)

Parameters

text
Type: SystemString
codeObject
Type: Nova.CodeDOMCodeObject

Return Value

Type: Boolean
See Also