Returns true if the table contains a function with the specified IPFMC

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public bool ContainsValue(
	IPostfixMathCommand value
)
Visual Basic (Declaration)
Public Function ContainsValue ( _
	value As IPostfixMathCommand _
) As Boolean
Visual C++
public:
bool ContainsValue(
	IPostfixMathCommand^ value
)

Return Value

See Also