Created
July 2, 2015 23:48
-
-
Save StillManic/0c1bbde2f1f0fd143223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public boolean equals(Object p_equals_1_) | |
{ | |
if (p_equals_1_ instanceof StateImplementation) | |
{ | |
return this.properties.equals(((StateImplementation) p_equals_1_).getProperties()); | |
} | |
return false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment