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

Compare two byte arrays
상속: BaseTypeComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

메소드 설명
ByteArrayComparer ( RootComparer rootComparer ) : System

Protected constructor that references the root comparer

CompareType ( CompareParms parms ) : void

Compare two byte array objects

IsTypeMatch ( Type type1, Type type2 ) : bool

If true the type comparer will handle the comparison for the type

비공개 메소드들

메소드 설명
CompareItems ( CompareParms parms ) : void
ListsHaveDifferentCounts ( CompareParms parms ) : bool

메소드 상세

ByteArrayComparer() 공개 메소드

Protected constructor that references the root comparer
public ByteArrayComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer The root comparer.
리턴 System

CompareType() 공개 메소드

Compare two byte array objects
public CompareType ( CompareParms parms ) : void
parms CompareParms
리턴 void

IsTypeMatch() 공개 메소드

If true the type comparer will handle the comparison for the type
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