Пример #1
0
 protected bool Equals(MoleculeLibraryKey other)
 {
     return(Equals(_adduct, other._adduct) && Equals(SmallMoleculeLibraryAttributes, other.SmallMoleculeLibraryAttributes));
 }
Пример #2
0
 public SmallMolecule(MoleculeLibraryKey moleculeLibraryKey) : base(KeyTypeEnum.small_molecule, moleculeLibraryKey)
 {
 }