The “Current layer” condition allows you to check if the object is on the specified layer:
However, since you choose which layer you’re checking against, this really has nothing to do with the current layer. You could check if the object is on a layer that’s hidden.
So using the word ‘current’ in the condition name is misleading. I recommend changing it (perhaps to something like “Object is on layer” instead).