IEvaluationActionContext.Contains(IPrimitive, Definition) Method
Determines if current context contains definition of the Term.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
bool Contains(
IPrimitive value,
out Definition def
)
Function Contains (
value As IPrimitive,
<OutAttribute> ByRef def As Definition
) As Boolean
bool Contains(
IPrimitive^ value,
[OutAttribute] Definition^% def
)
abstract 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.
Only checks current context definitions.