示例#1
0
 protected bool Equals(SqlReplicationTable other)
 {
     return string.Equals(TableName, other.TableName) && string.Equals(DocumentKeyColumn, other.DocumentKeyColumn);
 }
示例#2
0
 protected bool Equals(SqlReplicationTable other)
 {
     return(string.Equals(TableName, other.TableName) && string.Equals(DocumentKeyColumn, other.DocumentKeyColumn));
 }