Skip to content

Instantly share code, notes, and snippets.

@StillManic
Created July 2, 2015 23:48
Show Gist options
  • Save StillManic/0c1bbde2f1f0fd143223 to your computer and use it in GitHub Desktop.
Save StillManic/0c1bbde2f1f0fd143223 to your computer and use it in GitHub Desktop.
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