C# Class KellermanSoftware.CompareNetObjects.TypeComparers.RuntimeTypeComparer

Logic to compare two runtime types
Inheritance: BaseTypeComparer
ファイルを表示 Open project: GregFinzer/Compare-Net-Objects

Public Methods

Method Description
CompareType ( CompareParms parms ) : void

Compare two runtime types

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if both types are of type runtme type

RuntimeTypeComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

Method Details

CompareType() public method

Compare two runtime types
public CompareType ( CompareParms parms ) : void
parms CompareParms
return void

IsTypeMatch() public method

Returns true if both types are of type runtme type
public IsTypeMatch ( Type type1, Type type2 ) : bool
type1 System.Type
type2 System.Type
return bool

RuntimeTypeComparer() public method

Constructor that takes a root comparer
public RuntimeTypeComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
return System