コード例 #1
0
ファイル: PropertyInequality.cs プロジェクト: wasowski/NMF
 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>));
 }