[This is preliminary documentation and is subject to change.]

Returns whether journal contains specified text or not. Test is not case sensitive.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static bool Contains(
	params string[] text
)
Public Shared Function Contains ( _
	ParamArray text As String() _
) As Boolean
public:
static bool Contains(
	... array<String^>^ text
)

Parameters

text
array< String >[]()[]

Return Value

See Also