|   | ArchiveDataPointCompareTo Method | 
        
        
        
        Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic virtual int CompareTo(
	Object obj
)
Public Overridable Function CompareTo ( 
	obj As Object
) As Integer
public:
virtual int CompareTo(
	Object^ obj
)
abstract CompareTo : 
        obj : Object -> int 
override CompareTo : 
        obj : Object -> int Parameters
- obj  Object
- Object against which the current ArchiveDataPoint object is to be compared.
Return Value
Int32
            Negative value if the current 
ArchiveDataPoint object is less than 
obj, 
            Zero if the current 
ArchiveDataPoint object is equal to 
obj, 
            Positive value if the current 
ArchiveDataPoint object is greater than 
obj.
            
Implements
IComparableCompareTo(Object) See Also
See Also