[Missing <summary> documentation for "M:Lucene.Net.Index.Term.CompareTo(System.Object)"]

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public int CompareTo(
	Object other
)
Visual Basic
Public Function CompareTo ( _
	other As Object _
) As Integer
Visual C++
public:
virtual int CompareTo(
	Object^ other
) sealed

Parameters

other
Type: System..::..Object

[Missing <param name="other"/> documentation for "M:Lucene.Net.Index.Term.CompareTo(System.Object)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.Term.CompareTo(System.Object)"]

Implements

IComparable..::..CompareTo(Object)

See Also