Exemplo n.º 1
0
 protected abstract bool DoIsEqual(MemoryResource other);
Exemplo n.º 2
0
 public bool IsEqual(MemoryResource other) =>
 DoIsEqual(other);