StoreContains(IPrimitive, Int32) Method

Determines if current context contains definition of the Term.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool Contains(
	IPrimitive value,
	out int index
)

Parameters

value  IPrimitive
Expression component to find definition for.
index  Int32
Defines an index of the definition to use from current context.

Return Value

Boolean
Returns a result of check.

Remarks

Only checks current context definitions. If it is required to determine definition for the Term within a list of built-in functions and variables and entries handled by loaded plug-ins as well use .

See Also