public bool Equals(PropertyNotNullCondition <T, TProperty> other)
 {
     return(true);
 }
Esempio n. 2
0
 public virtual bool Visit <T, TProperty>(PropertyNotNullCondition <T, TProperty> condition,
                                          Func <SemanticModelVisitor, bool> next)
     where T : class
 {
     return(next(this));
 }