StoreContains(IPrimitive, Definition) Method
Determines if current context contains definition of the Term.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool Contains(
IPrimitive value,
out Definition def
)
Public Function Contains (
value As IPrimitive,
<OutAttribute> ByRef def As Definition
) As Boolean
public:
virtual bool Contains(
IPrimitive^ value,
[OutAttribute] Definition^% def
) sealed
abstract Contains :
value : IPrimitive *
def : Definition byref -> bool
override Contains :
value : IPrimitive *
def : Definition byref -> bool
- value IPrimitive
-
Expression component to find definition for.
- def Definition
-
Defines the definition to use from current context.
Boolean
Returns a result of check.
IEvaluationActionContextContains(IPrimitive, Definition)
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
IsDefined(IPrimitive, Boolean).