Determines whether the specified objects are equal.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
boolean equals ( |
The first object of type T to compare.
The second object of type T to compare.
true if the specified objects are equal; otherwise, false.
See Also