Determine if object is commented out
isCommented(thisObject)
Returns a Boolean indicating if thisObject
is
explicitly or implicitly commented out.
| The object which you determine if it is commented out. |
If the object is explicitly or implicitly commented out, returns
the Boolean value true
. Otherwise, returns false
.