WeenyMapper.Mapping.ColumnValue.MatchesValue C# (CSharp) 메소드

MatchesValue() 공개 메소드

public MatchesValue ( object value ) : bool
value object
리턴 bool
        public bool MatchesValue(object value)
        {
            return Equals(Value, value);
        }