示例#1
0
 protected bool Equals(TableColumn other)
 {
     return string.Equals(Owner, other.Owner) && string.Equals(TableName, other.TableName) && string.Equals(Name, other.Name);
 }