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