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