Performs comparison of two feed items.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int CompareTo(
	RSSFeed other
)
Visual Basic
Public Function CompareTo ( 
	other As RSSFeed
) As Integer
Visual C++
public:
virtual int CompareTo(
	RSSFeed^ other
) sealed
F#
abstract CompareTo : 
        other : RSSFeed -> int 
override CompareTo : 
        other : RSSFeed -> int 

Parameters

other
Type: MonoSoftware.MonoX.ModuleGallery..::..RSSFeed
RSS feed to compare to.

Return Value

Type: Int32
Integer describing the comparison results.

Implements

IComparable<(Of <(<'T>)>)>..::..CompareTo(T)

See Also