예제 #1
0
파일: ObjectId.cs 프로젝트: Tondas/LocalDB
        public override int GetHashCode()
        {
            int hash = 17;

            hash = 37 * hash + Timestamp.GetHashCode();
            hash = 37 * hash + Machine.GetHashCode();
            hash = 37 * hash + Pid.GetHashCode();
            hash = 37 * hash + Increment.GetHashCode();
            return(hash);
        }
 public override int    GetHashCode()
 {
     return(ScaleType.GetHashCode() ^ Increment.GetHashCode() ^ Orientation.GetHashCode());
 }