Object.equals override.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
SyntaxJava
Copy Code
|
|---|
public boolean equals ( |
The object to compare to this instance.
true if the value parameter equals the value of this instance; otherwise, false.
See Also