StoreContains(IPrimitive) Method

Determines if current context contains definition of specified primitives.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool Contains(
	params IPrimitive[] values
)

Parameters

values  IPrimitive
Expression components to find definition for.

Return Value

Boolean
Returns a result of check.

Implements

IEvaluationActionContextContains(IPrimitive)

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