Example #1
0
 protected bool Equals(AutoIndexFieldOptions other)
 {
     return(Storage == other.Storage &&
            Indexing == other.Indexing &&
            Aggregation == other.Aggregation &&
            Equals(Spatial, other.Spatial) &&
            GroupByArrayBehavior == other.GroupByArrayBehavior &&
            Suggestions == other.Suggestions &&
            IsNameQuoted == other.IsNameQuoted);
 }
Example #2
0
 protected bool Equals(AutoIndexFieldOptions other)
 {
     return(Storage == other.Storage && Indexing == other.Indexing && Aggregation == other.Aggregation && Equals(Spatial, other.Spatial) &&
            IsNameQuoted == other.IsNameQuoted);
 }
Example #3
0
 protected bool Equals(AutoIndexFieldOptions other)
 {
     return(Storage == other.Storage && Indexing == other.Indexing && Aggregation == other.Aggregation);
 }