EntryContains Method

Determines whether a primitive is in the expression.

Definition

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

Parameters

value  IPrimitive
Primitive to locate in math expression.

Return Value

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

See Also