コード例 #1
0
 protected bool Equals(FieldAggregation other)
 {
     return(Type == other.Type && String.Equals(Field, other.Field));
 }
コード例 #2
0
 protected bool Equals(FieldAggregation other) {
     return Type == other.Type && String.Equals(Field, other.Field);
 }