TextContains Method

Checks if the Text contains the textToLookFor

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public bool Contains(
	Text textToLookFor
)

Parameters

textToLookFor  Text
The text to look for

Return Value

Boolean
True if the text is found, otherwise false

See Also