ExpressionEngine ExpressionExists Method µStrata MathDaemon™ Computation LibraryMathDaemon Class Library
Check if passed expression name stored within the collection

Namespace: uStrata.MathDaemon.Computation
Assembly: uStrata.MathDaemon.Computation (in uStrata.MathDaemon.Computation.dll) Version: 1.1.5779.28281
Syntax

public bool ExpressionExists(
	string name
)

Parameters

name
Type: System String
Name of expression

Return Value

Type: Boolean
True, if the name found
See Also