Click or drag to resize

PropertyPathPattern.CompareTo Method (IPropertyPathPattern)

Compares a property path pattern to another.

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

Parameters

other
Type: VDS.RDF.Query.Patterns.IPropertyPathPattern
Pattern.

Return Value

Type: Int32

[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.PropertyPathPattern.CompareTo(VDS.RDF.Query.Patterns.IPropertyPathPattern)"]

Implements

IComparable<T>.CompareTo(T)
See Also