Term.Equality Operator

Compares data of two Term instances.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public static bool operator ==(
	Term c1,
	Term c2
)

Parameters

c1  Term
First instance to compare.
c2  Term
Second instance to compare.

Return Value

Boolean
Returns true if data is equal and false otherwise.

See Also