Parameters
- value
- The string to search for.
- columnIndex
- Node column index.
- comparisonType
- String comparison type.
- dfs
- Search Type: true - Depth-first search, false - breadth-first search.
- stringComparison
- A value that determines how a string and value are compared.
Return Value
True if node is found, False otherwise.