ES2Reader.TagExists

public bool TagExists(string tag)

Parameters

tag The tag we want to check the existence of in our ES2Reader.

Returns

bool True or False, depending on whether tag exists.

Description

Checks if the specified tag exists in this ES2Reader.

C#

JS