Interface ISparqlNodeComparer
Interface for a comparer that can compare INode and IValuedNode instances.
Assembly: dotNetRdf.dll
Syntax
public interface ISparqlNodeComparer
Properties
|
Improve this Doc
View Source
Culture
Get the culture to use for string literal comparison.
Declaration
CultureInfo Culture { get; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
|
Improve this Doc
View Source
Options
Get the options to apply to string literal comparison.
Declaration
CompareOptions Options { get; }
Property Value
Type |
Description |
System.Globalization.CompareOptions |
|
Methods
|
Improve this Doc
View Source
TryCompare(INode, INode, out int)
Declaration
bool TryCompare(INode x, INode y, out int result)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TryCompare(IValuedNode, IValuedNode, out int)
Declaration
bool TryCompare(IValuedNode x, IValuedNode y, out int result)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods