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