EntryContains Method
Determines whether a primitive is in the expression.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.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.
BooleanReturns true if primitive is found in the expression; otherwise, false.