Method | Description | |
---|---|---|
CompareType ( CompareParms parms ) : void |
Compare the two fonts
|
|
FontComparer ( RootComparer rootComparer ) : System |
Protected constructor that references the root comparer
|
|
IsTypeMatch ( |
If true the type comparer will handle the comparison for the type
|
Method | Description | |
---|---|---|
CompareProp ( CompareParms parms, object prop1, object prop2, string propName ) : void |
public CompareType ( CompareParms parms ) : void | ||
parms | CompareParms | |
return | void |
public FontComparer ( RootComparer rootComparer ) : System | ||
rootComparer | RootComparer | The root comparer. |
return | System |
public IsTypeMatch ( |
||
type1 | The type of the first object | |
type2 | The type of the second object | |
return | bool |