예제 #1
0
 protected bool Equals(PrecursorLibraryKey other)
 {
     return(Mz.Equals(other.Mz) && RetentionTime.Equals(other.RetentionTime));
 }
예제 #2
0
파일: LibKeyIndex.cs 프로젝트: zrolfs/pwiz
 public Precursor(PrecursorLibraryKey precursorLibraryKey) : base(KeyTypeEnum.precursor_mz, precursorLibraryKey)
 {
 }