TermsReferencesComparer.Equals(Term, Term) Method

Determines whether the specified objects are equal.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool Equals(
	Term x,
	Term y
)

Parameters

x  Term
The first object of type T to compare.
y  Term
The second object of type T to compare.

Return Value

Boolean
true if the specified objects are equal; otherwise, false.

Implements

IEqualityComparer<T>.Equals(T, T)

See Also