SevenDigital.Mapper.Domain.Mapping.Matches C# (CSharp) 메소드

Matches() 공개 메소드

public Matches ( IMatchableMapping searchMapping ) : bool
searchMapping IMatchableMapping
리턴 bool
        public bool Matches(IMatchableMapping searchMapping)
        {
            return new SevenDigitalMatcher(new MusicBrainzMatcher(new NeverMatcher()))
                .Match(this, searchMapping);
        }