TermsFuzzyComparer.Equals(IPrimitive, IPrimitive) 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(
IPrimitive x,
IPrimitive y
)
Public Function Equals (
x As IPrimitive,
y As IPrimitive
) As Boolean
public:
virtual bool Equals(
IPrimitive^ x,
IPrimitive^ y
) sealed
abstract Equals :
x : IPrimitive *
y : IPrimitive -> bool
override Equals :
x : IPrimitive *
y : IPrimitive -> bool
- x IPrimitive
- The first object of type T to compare.
- y IPrimitive
- The second object of type T to compare.
Booleantrue if the specified objects are equal; otherwise,
false.
IEqualityComparer<T>.Equals(T, T)