Checks whether the current element has the specified name.
Checks whether the current element has both the specified name and namespace.
[Visual Basic] Overloads Public Function TagNameIs(String, String) As Boolean
[C#] public bool TagNameIs(String, String);
[C++] public: bool TagNameIs(String*, String*);
[JScript] public function TagNameIs(String, String) : Boolean;
Checks whether the current element has the specified name.
[Visual Basic] Overloads Public Function TagNameIs(String) As Boolean
[C#] public bool TagNameIs(String);
[C++] public: bool TagNameIs(String*);
[JScript] public function TagNameIs(String) : Boolean;
XmlReader Class | XmlReader Members | System.NewXml Namespace