Click or drag to resize

BindPatternCompareTo Method (BindPattern)

Compares this Bind to another Bind.

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

Parameters

other
Type: VDS.RDF.Query.PatternsBindPattern
Bind 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