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
)
Public Function CompareTo (
other As BindPattern
) As Integer
Parameters
- other
- Type: VDS.RDF.Query.PatternsBindPattern
Bind to compare to.
Return Value
Type:
Int32Just calls the base compare method since that implements all the logic we need.
Implements
IComparableTCompareTo(T)See Also