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