Click or drag to resize

PropertyFunctionPattern.CompareTo 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.Patterns.IPropertyFunctionPattern
Pattern.

Return Value

Type: Int32

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

Implements

IComparable<T>.CompareTo(T)
See Also