Exemple #1
0
 protected bool Equals(DynamicBlittableJson other)
 {
     return(Equals(BlittableJson, other.BlittableJson));
 }