Пример #1
0
 public bool Equals(IInconsistency other)
 {
     return(Equals(other as PropertyInequality <TLeft, TRight, TValue>));
 }
Пример #2
0
 public bool Equals(IInconsistency other)
 {
     return(Equals(other as IncrementalReferenceConsistencyCheck <TLeft, TRight, TDepLeft, TDepRight>));
 }
Пример #3
0
 public bool Equals(IInconsistency other)
 {
     return(Equals(other as MissingItemInconsistency <TSource, TTarget>));
 }
Пример #4
0
 public bool Equals(IInconsistency other)
 {
     return(Equals(other as IncrementalPropertyConsistencyCheck <T>));
 }
Пример #5
0
 public bool Equals(IInconsistency other)
 {
     return(Equals(other as ReferenceInconsistency <TLeft, TRight, TDepLeft, TDepRight>));
 }