Showing text box when field equals specific value

I just looked at the CreditTextShow function, and it access the current dataset item, wich is an object, then you get the “photoCredit” property, and you only show the $w ( “#text488” ) if the fieldX is valid AND is “Joe Bloggs” , is that correct?