Esempio n. 1
0
 protected bool Equals(PrecursorLibraryKey other)
 {
     return(Mz.Equals(other.Mz) && RetentionTime.Equals(other.RetentionTime));
 }
Esempio n. 2
0
 public Precursor(PrecursorLibraryKey precursorLibraryKey) : base(KeyTypeEnum.precursor_mz, precursorLibraryKey)
 {
 }