C# Class KellermanSoftware.CompareNetObjects.TypeComparers.UriComparer

Compare two URIs
Inheritance: BaseTypeComparer
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects

Méthodes publiques

Méthode Description
CompareType ( CompareParms parms ) : void

Compare two URIs

IsTypeMatch ( Type type1, Type type2 ) : bool

Returns true if both types are a URI

UriComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

Method Details

CompareType() public méthode

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

IsTypeMatch() public méthode

Returns true if both types are a URI
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

UriComparer() public méthode

Constructor that takes a root comparer
public UriComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
Résultat System