C# Class StoryTeller.Equivalence.EquivalenceChecker

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
CheckerFor ( Type type ) : Func
EquivalenceChecker ( ) : System
IsEqual ( object expected, object actual ) : bool

Private Methods

Méthode Description
createComparison ( Type type ) : Func

Method Details

CheckerFor() public méthode

public CheckerFor ( Type type ) : Func
type System.Type
Résultat Func

EquivalenceChecker() public méthode

public EquivalenceChecker ( ) : System
Résultat System

IsEqual() public méthode

public IsEqual ( object expected, object actual ) : bool
expected object
actual object
Résultat bool