C# 클래스 KellermanSoftware.CompareNetObjects.TypeComparers.DictionaryComparer

Logic to compare two dictionaries
상속: BaseTypeComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
CompareType ( CompareParms parms ) : void

Compare two dictionaries

DictionaryComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if both types are dictionaries

비공개 메소드들

메소드 설명
CompareEachItem ( CompareParms parms ) : void
DictionaryCountsDifferent ( CompareParms parms ) : bool

메소드 상세

CompareType() 공개 메소드

Compare two dictionaries
public CompareType ( CompareParms parms ) : void
parms CompareParms
리턴 void

DictionaryComparer() 공개 메소드

Constructor that takes a root comparer
public DictionaryComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
리턴 System

IsTypeMatch() 공개 메소드

Returns true if both types are dictionaries
public IsTypeMatch ( Type type1, Type type2 ) : bool
type1 System.Type The type of the first object
type2 System.Type The type of the second object
리턴 bool