C# 클래스 StoryTeller.Equivalence.CollectionComparer

파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
CollectionComparer ( Func inner ) : System
Matches ( object one, object two ) : bool

메소드 상세

CollectionComparer() 공개 메소드

public CollectionComparer ( Func inner ) : System
inner Func
리턴 System

Matches() 공개 메소드

public Matches ( object one, object two ) : bool
one object
two object
리턴 bool