Entry.Contains Method

Determines whether a primitive is in the expression.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool Contains(
	IPrimitive value
)

Parameters

value  IPrimitive
Primitive to locate in math expression.

Return Value

Boolean
true if primitive is found in the expression, false otherwise.

See Also