static NamedJsonBuffer() { Empty = new NamedJsonBuffer(); }
public bool Equals(NamedJsonBuffer other) { return ((this.Name == other.Name) && this.Buffer.Equals(other.Buffer)); }