WordIsInDoc Method

Stot

Stot

Inverter..::..WordIsInDoc Method

Checks if the Words is in the document.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public bool WordIsInDoc(
	string word,
	Document doc
)
Public Function WordIsInDoc ( _
	word As String, _
	doc As Document _
) As Boolean
public:
bool^ WordIsInDoc(
	String^ word, 
	Document^ doc
)

Parameters

word
Type: String
The word.
doc
Type: Engine..::..Document
The document.

Return Value