Skip to content

Instantly share code, notes, and snippets.

@johnmay
Created July 29, 2012 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmay/3200817 to your computer and use it in GitHub Desktop.
Save johnmay/3200817 to your computer and use it in GitHub Desktop.
CDK UIT Self Match
IAtom atom = g1.getAtom(0);
// ...
String atomSymbol = atom.getSymbol();
return g1.getAtom(0).getSymbol().equals(atomSymbol);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment