Determines that the value passed in to the method is of the same type as that of the attribute.
Syntax
public boolean isType(Object value);
Parameters
Return values
Returns True if the type of the attribute matches the passed-in type; otherwise, returns False.