UriComparerEquals Method (Uri, Uri) |
Determines whether two URIs are equal.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool Equals(
Uri x,
Uri y
)
Public Function Equals (
x As Uri,
y As Uri
) As Boolean
Parameters
- x
- Type: SystemUri
URI. - y
- Type: SystemUri
URI.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.UriComparer.Equals(System.Uri,System.Uri)"]
Implements
IEqualityComparerTEquals(T, T)See Also