C# Класс KellermanSoftware.CompareNetObjects.TypeComparers.FontComparer

Class FontDescriptorComparer.
Наследование: BaseTypeComparer
Показать файл Открыть проект

Открытые методы

Метод Описание
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