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

Class FontDescriptorComparer.
상속: BaseTypeComparer
파일 보기 프로젝트 열기: GregFinzer/Compare-Net-Objects

공개 메소드들

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

Compare the two fonts

FontComparer ( RootComparer rootComparer ) : System

Protected constructor that references the root comparer

IsTypeMatch ( Type type1, Type type2 ) : bool

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

비공개 메소드들

메소드 설명
CompareProp ( CompareParms parms, object prop1, object prop2, string propName ) : void

메소드 상세

CompareType() 공개 메소드

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

FontComparer() 공개 메소드

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

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