Entry.Contains Method
Determines whether a primitive is in the expression.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool Contains(
IPrimitive value
)
Public Function Contains (
value As IPrimitive
) As Boolean
public:
bool Contains(
IPrimitive^ value
)
member Contains :
value : IPrimitive -> bool
- value IPrimitive
- Primitive to locate in math expression.
Booleantrue if primitive is found in the expression,
false otherwise.