コード例 #1
0
 protected bool Equals(IndexConfiguration other)
 {
     return(DictionaryExtensions.ContentEquals(this, other));
 }
コード例 #2
0
 public IndexDefinition()
 {
     _configuration = new IndexConfiguration();
 }