WriterHelperIsDefaultGraph Method  | 
 Note: This API is now obsolete.
            Determines whether a given Uri refers to one of the Default Graph URIs assigned to the default Graph when parsing from some RDF dataset syntax.
            
 
    Namespace: 
   VDS.RDF.Writing
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntax[ObsoleteAttribute("No longer required since all code that uses 'magic' URIs to refer to the default graph has been removed from the API", 
	true)]
public static bool IsDefaultGraph(
	Uri u
)<ObsoleteAttribute("No longer required since all code that uses 'magic' URIs to refer to the default graph has been removed from the API", 
	true)>
Public Shared Function IsDefaultGraph ( 
	u As Uri
) As BooleanParameters
- u
 - Type: SystemUri
Uri to test. 
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:VDS.RDF.Writing.WriterHelper.IsDefaultGraph(System.Uri)"]
See Also