protected abstract bool DoIsEqual(MemoryResource other);
public bool IsEqual(MemoryResource other) => DoIsEqual(other);