Click or drag to resize

LetPattern.CompareTo Method (IAssignmentPattern)

Compares this Let to another Let.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public int CompareTo(
	IAssignmentPattern other
)

Parameters

other
Type: VDS.RDF.Query.Patterns.IAssignmentPattern
Let to compare to.

Return Value

Type: Int32
Just calls the base compare method since that implements all the logic we need.

Implements

IComparable<T>.CompareTo(T)
See Also