コード例 #1
0
 protected bool Equals(SqlReplicationTable other)
 {
     return string.Equals(TableName, other.TableName) && string.Equals(DocumentKeyColumn, other.DocumentKeyColumn);
 }
コード例 #2
0
ファイル: SqlReplicationConfig.cs プロジェクト: mow/ravendb
 protected bool Equals(SqlReplicationTable other)
 {
     return(string.Equals(TableName, other.TableName) && string.Equals(DocumentKeyColumn, other.DocumentKeyColumn));
 }