TextContains Method
Checks if the Text contains the textToLookFor
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public bool Contains(
Text textToLookFor
)
Public Function Contains (
textToLookFor As Text
) As Boolean
member Contains :
textToLookFor : Text -> bool
- textToLookFor Text
- The text to look for
BooleanTrue if the text is found, otherwise false