Ejemplo n.º 1
0
        public override bool Equals(DbOperatorAttribute attr)
        {
            var i = attr as ForginAttribute;

            if (i != null)
            {
                return(this.TableName == i.TableName && this.ColumnName == i.ColumnName);
            }
            return(false);
        }
Ejemplo n.º 2
0
 public override bool Equals(DbOperatorAttribute attr)
 {
     return(true);
 }