Term.Equality Operator
Compares data of two Term instances.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public static bool operator ==(
Term c1,
Term c2
)
Public Shared Operator = (
c1 As Term,
c2 As Term
) As Boolean
public:
static bool operator ==(
Term^ c1,
Term^ c2
)
static let inline (=)
c1 : Term *
c2 : Term : bool
- c1 Term
-
First instance to compare.
- c2 Term
-
Second instance to compare.
Boolean
Returns
true if data is equal and
false otherwise.