Checks whether the current element has the specified name.
[Visual Basic] Overloads Public Function TagNameIs( _ ByVal name As String _ ) As Boolean [C#] public bool TagNameIs( string name ); [C++] public: bool TagNameIs( String* name ); [JScript] public function TagNameIs( name : String ) : Boolean;
true if the current element has the specified name; otherwise, false.
XmlReader Class | XmlReader Members | System.NewXml Namespace | XmlReader.TagNameIs Overload List