protected bool Equals(MoleculeLibraryKey other) { return(Equals(_adduct, other._adduct) && Equals(SmallMoleculeLibraryAttributes, other.SmallMoleculeLibraryAttributes)); }
public SmallMolecule(MoleculeLibraryKey moleculeLibraryKey) : base(KeyTypeEnum.small_molecule, moleculeLibraryKey) { }