C# Class StoryTeller.Equivalence.CollectionComparer

显示文件 Open project: storyteller/Storyteller

Public Methods

Method Description
CollectionComparer ( Func inner ) : System
Matches ( object one, object two ) : bool

Method Details

CollectionComparer() public method

public CollectionComparer ( Func inner ) : System
inner Func
return System

Matches() public method

public Matches ( object one, object two ) : bool
one object
two object
return bool