TermsReferencesComparer.Equals(Term, Term) Method
Determines whether the specified objects are equal.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool Equals(
Term x,
Term y
)
Public Function Equals (
x As Term,
y As Term
) As Boolean
public:
virtual bool Equals(
Term^ x,
Term^ y
) sealed
abstract Equals :
x : Term *
y : Term -> bool
override Equals :
x : Term *
y : Term -> bool
- x Term
- The first object of type T to compare.
- y Term
- The second object of type T to compare.
Booleantrue if the specified objects are equal; otherwise,
false.
IEqualityComparer<T>.Equals(T, T)