프로젝트

일반

사용자정보

개정판 295ce375

ID295ce37577171f7c50dc14eef5eb8d1542feee67
상위 587d2042
하위 422f620d, b1591ae6

유성호이(가) 일년 이상 전에 추가함

issue #0000
document, attfile 비교 진행

Change-Id: I59a60d5a69a91c092e5ba05c94138ac293f22353

차이점 보기:

ID2.Manager/ID2.Manager.Data/Models/AttFileInfo.cs
49 49
                 && FilePath == other.FilePath
50 50
                  && FileName == other.FileName
51 51
                   && FileExtension == other.FileExtension
52
                   && FileData == other.FileData
53 52
                   && CreatedDate == other.CreatedDate
54
                   && Creator == other.Creator;
53
                   && Creator == other.Creator
54
                   && FileData != null && other.FileData != null && FileData.SequenceEqual(other.FileData);
55 55
        }
56 56

  
57 57
        public override int GetHashCode()

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)