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