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