예제 #1
0
파일: PPtr.cs 프로젝트: wyfleb/UtinyRipper
        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());
 }