Click or drag to resize

PropertyFunctionPatternCompareTo Method (IPropertyFunctionPattern)

Compares a property function pattern to another.

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

Parameters

other
Type: VDS.RDF.Query.PatternsIPropertyFunctionPattern
Pattern.

Return Value

Type: Int32

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

Implements

IComparableTCompareTo(T)
See Also