Click or drag to resize

LetPatternCompareTo Method (LetPattern)

Compares this Let to another Let.

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

Parameters

other
Type: VDS.RDF.Query.PatternsLetPattern
Let to compare to.

Return Value

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

Implements

IComparableTCompareTo(T)
See Also