Show / Hide Table of Contents

Interface ISparqlNodeComparer

Interface for a comparer that can compare INode and IValuedNode instances.

Namespace: VDS.RDF.Query
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
Type Name Description
INode x
INode y
int result
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
Type Name Description
IValuedNode x
IValuedNode y
int result
Returns
Type Description
System.Boolean

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Culture
    • Options
  • Methods
    • TryCompare(INode, INode, out int)
    • TryCompare(IValuedNode, IValuedNode, out int)
  • Extension Methods
Back to top Generated by DocFX