示例#1
0
        public long            st_ctime_nsec; // Timespec.tv_nsec partner to st_ctime

        public override int GetHashCode()
        {
            return(st_dev.GetHashCode() ^
                   st_ino.GetHashCode() ^
                   st_mode.GetHashCode() ^
                   st_nlink.GetHashCode() ^
                   st_uid.GetHashCode() ^
                   st_gid.GetHashCode() ^
                   st_rdev.GetHashCode() ^
                   st_size.GetHashCode() ^
                   st_blksize.GetHashCode() ^
                   st_blocks.GetHashCode() ^
                   st_atime.GetHashCode() ^
                   st_mtime.GetHashCode() ^
                   st_ctime.GetHashCode() ^
                   st_atime_nsec.GetHashCode() ^
                   st_mtime_nsec.GetHashCode() ^
                   st_ctime_nsec.GetHashCode());
        }