private bool Equals(Key other) { return(ReferenceEquals(_documentReference, other._documentReference) && ReferenceEquals(_chromatogramSet, other._chromatogramSet) && _filePath.Equals(other._filePath) && _precursorIdentityPath.Equals(other._precursorIdentityPath)); }