コード例 #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)
 {
 }