Exemplo n.º 1
0
 internal bool IsSatisfiedBy(CobieValue propValue)
 {
     if (propValue == null)
         return false;
     var oValue = propValue.ToObject();
     return oValue != null && Evaluate(oValue.ToString());
 }
Exemplo n.º 2
0
        internal bool IsSatisfiedBy(CobieValue propValue)
        {
            if (propValue == null)
            {
                return(false);
            }
            var oValue = propValue.ToObject();

            return(oValue != null && Evaluate(oValue.ToString()));
        }