OESameAlternateLocation

OESameAlternateLocation(atom1: OEAtomBase, atom2: OEAtomBase,
                        allowBlank: bool = False) -> bool
OESameAlternateLocation(res1: OEResidue, res2: OEResidue,
                        allowBlank: bool = False) -> bool

Determines whether two atoms or their respective OEResidue s represent the same alternate location. This returns true when both residue have the same alternate location, or when one has a designated alternate location and the other has a blank (unspecified) alternate location. This does not enforce that the atoms to be in the same residue.