Rigidbody AddForce(transform.forward) vs Rigidbody.AddRelativeForce(transform.forward) ?

Hello,

I need to understand that these two code snippets in the title will not affect the same result.

Thanks in advance.

Rigidbody.AddForce(); is better for me

It always works and gives no errors