Ejemplo n.º 1
0
 protected bool Equals(IndexConfiguration other)
 {
     return(DictionaryExtensions.ContentEquals(this, other));
 }
Ejemplo n.º 2
0
 public IndexDefinition()
 {
     _configuration = new IndexConfiguration();
 }