개정판 295ce375
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