C# Class KellermanSoftware.CompareNetObjects.TypeComparers.FontComparer

Class FontDescriptorComparer.
Inheritance: BaseTypeComparer
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CompareProp ( CompareParms parms, object prop1, object prop2, string propName ) : void

Method Details

CompareType() public méthode

Compare the two fonts
public CompareType ( CompareParms parms ) : void
parms CompareParms
Résultat void

FontComparer() public méthode

Protected constructor that references the root comparer
public FontComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer The root comparer.
Résultat System

IsTypeMatch() public méthode

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
Résultat bool