예제 #1
0
 protected abstract bool DoIsEqual(MemoryResource other);
예제 #2
0
 public bool IsEqual(MemoryResource other) =>
 DoIsEqual(other);