Node.IsDefaultNamespace

Node.IsDefaultNamespace method

This method checks if the specified namespaceURI is the default namespace or not.

public bool IsDefaultNamespace(string namespaceURI)
ParameterTypeDescription
namespaceURIStringThe namespace URI.

Return Value

true if [is default namespace] [the specified namespace URI]; otherwise, false.

See Also