개정판 e54644ad
issue #0000
document class
- equals 에 AttFiles 비교 추가
Change-Id: I70e6d8fd97fd0f3ca8fe42a965a1c02858d5609b
ID2.Manager/ID2.Manager.Data/Models/Documents.cs | ||
---|---|---|
198 | 198 |
&& this.ProdReviewer == other.ProdReviewer && this.ProdIsResult == other.ProdIsResult && this.ProdRemarks == other.ProdRemarks && this.ClientReviewer == other.ClientReviewer |
199 | 199 |
&& this.ClientIsResult == other.ClientIsResult && this.ClientRemarks == other.ClientRemarks && this.DTIsGateWay == other.DTIsGateWay && this.DTIsImport == other.DTIsImport |
200 | 200 |
&& this.DTIsRegSystem == other.DTIsRegSystem && this.DTRemarks == other.DTRemarks |
201 |
&& this.Markups == other.Markups; |
|
201 |
&& this.Markups == other.Markups && this.AttFiles == other.AttFiles;
|
|
202 | 202 |
|
203 | 203 |
} |
204 | 204 |
public override int GetHashCode() |
... | ... | |
216 | 216 |
+ this.ProdReviewer.GetNullableHash() + this.ProdIsResult.GetNullableHash() + this.ProdRemarks.GetNullableHash() + this.ClientReviewer.GetNullableHash() |
217 | 217 |
+ this.ClientIsResult.GetNullableHash() + this.ClientRemarks.GetNullableHash() + this.DTIsGateWay.GetNullableHash() + this.DTIsImport.GetNullableHash() |
218 | 218 |
+ this.DTIsRegSystem.GetNullableHash() + this.DTRemarks.GetNullableHash() |
219 |
+ this.Markups.GetNullableHash(); |
|
219 |
+ this.Markups.GetNullableHash() + this.AttFiles.GetNullableHash();
|
|
220 | 220 |
} |
221 | 221 |
|
222 | 222 |
public class DocumentsKeyComparer : IEqualityComparer<Documents> |
내보내기 Unified diff