WeenyMapper.Mapping.ColumnValue.MatchesValue C# (CSharp) Method

MatchesValue() public method

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