TermsFuzzyComparer.Equals(IPrimitive, IPrimitive) 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(
	IPrimitive x,
	IPrimitive y
)

Parameters

x  IPrimitive
The first object of type T to compare.
y  IPrimitive
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