Created
December 18, 2014 22:11
-
-
Save wonderb0lt/83fd1a690a7049e480cd to your computer and use it in GitHub Desktop.
Tasty boolean logic!
This file contains 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
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