protected bool Equals(MsDataFilePath other) { return(string.Equals(FilePath, other.FilePath) && string.Equals(SampleName, other.SampleName) && SampleIndex == other.SampleIndex && CentroidMs1 == other.CentroidMs1 && CentroidMs2 == other.CentroidMs2 && LockMassParameters.Equals(other.LockMassParameters)); }
protected bool Equals(MsDataFilePath other) { return(string.Equals(FilePath, other.FilePath) && string.Equals(SampleName, other.SampleName) && SampleIndex == other.SampleIndex && LegacyCentroidMs1 == other.LegacyCentroidMs1 && LegacyCentroidMs2 == other.LegacyCentroidMs2 && LegacyCombineIonMobilitySpectra == other.LegacyCombineIonMobilitySpectra && LockMassParameters.Equals(other.LockMassParameters)); }