Skip to content

Instantly share code, notes, and snippets.

@wonderb0lt
Created December 18, 2014 22:11
Show Gist options
  • Save wonderb0lt/83fd1a690a7049e480cd to your computer and use it in GitHub Desktop.
Save wonderb0lt/83fd1a690a7049e480cd to your computer and use it in GitHub Desktop.
Tasty boolean logic!
boolean validip = true;
boolean validts = true;
if (hash.equals(hashIndecoded) && validts && validip) {
return true;
}
return false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment