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