Пример #1
0
        public override int GetHashCode()
        {
            int hash = 149;

            unchecked
            {
                hash = hash + 181 * FileIndex.GetHashCode();
                hash = hash * 173 + PathID.GetHashCode();
            }
            return(hash);
        }
Пример #2
0
 public override int GetHashCode()
 {
     return(FileID.GetHashCode() ^ PathID.GetHashCode());
 }