/// <inheridoc/> public bool Equals(Artifact other) { return(m_fileArtifact.Equals(other.m_fileArtifact) && m_absolutePath.Equals(other.m_absolutePath) && m_directoryArtifact.Equals(other.m_directoryArtifact) && Kind == other.Kind && Type == other.Type); }