Returns a value indicating whether two instances of XNamespace are equal.
Imports <xmlns="http://www.domain.com"> Imports System Imports System.Xml Imports System.Xml.Schema Module Module1 Sub Main() Dim aw As XNamespace = GetXmlNamespace() Console.WriteLine(aw = "http://www.domain.com") End Sub End Module