fun shouldRenderMethod(tag: String, content: HashAdapter?): Boolean
Check if this map contains requested tag.
content - map to look for;
content
tag - tag to find.
tag
Return true if this map contains requested tag, false otherwise.
true
false