예제 #1
0
파일: Arguments.cs 프로젝트: socat/BuildXL
 /// <inheridoc/>
 public override int GetHashCode()
 {
     return(HashCodeHelper.Combine(
                m_fileArtifact.GetHashCode(),
                m_directoryArtifact.GetHashCode(),
                m_absolutePath.GetHashCode(),
                (int)Kind,
                (int)Type));
 }