Method CompareTo
CompareTo(Object)
Compares an object with this instance of CacheItemVersion.
Declaration
public int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | An object to compare with this instance of CacheItemVersion |
Returns
Type | Description |
---|---|
System.Int32 | 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. |