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