Compares an object with this instance of CacheItemVersion.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

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

Parameters

obj
Type: System..::..Object
An object to compare with this instance of CacheItemVersion

Return Value

0 if two instances are equal. An integer greater than 0 if this instance is greater. An integer less than 0 if this instance is smaller.

Implements

IComparable..::..CompareTo(Object)

See Also