Is TArray::RangeCheck being optimized out from shipping build?

Is TArray::RangeCheck being optimized out from shipping build if I call it somewhere in my code on a TArray?
The comment on the branch inside the function says that it will be optimized out… But how about a call to this method?