Skip to content

Instantly share code, notes, and snippets.

@Jezza
Created November 26, 2013 01:53
Show Gist options
  • Save Jezza/7652282 to your computer and use it in GitHub Desktop.
Save Jezza/7652282 to your computer and use it in GitHub Desktop.
public boolean isName(String name){
System.out.println(this.name);
System.out.println(name);
return (this.name == name);
}
2013-11-26 12:52:03 [INFO] [STDOUT] container.furnace
2013-11-26 12:52:03 [INFO] [STDOUT] container.furnace
2013-11-26 12:52:03 [INFO] [STDOUT] false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment