StoreContains(IPrimitive, Int32) Method
Determines if current context contains definition of the Term.
Namespace: SMath.MathAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public bool Contains(
IPrimitive value,
out int index
)
Public Function Contains (
value As IPrimitive,
<OutAttribute> ByRef index As Integer
) As Boolean
public:
bool Contains(
IPrimitive^ value,
[OutAttribute] int% index
)
member Contains :
value : IPrimitive *
index : int byref -> bool
- value IPrimitive
-
Expression component to find definition for.
- index Int32
-
Defines an index of the definition to use from current context.
Boolean
Returns a result of check.
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 .