Search
EqualityComparer(T).equals Method
See Also
 






Determines whether the specified objects are equal.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

boolean equals (
    T x,
    T y
)

 Parameters

x

The first object of type T to compare.

y

The second object of type T to compare.

 Return Value

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

 See Also