openPDC Historian Help
CompareTo Method (obj)
NamespacesTVA.Historian.FilesArchiveDataBlockPointerCompareTo(Object)
Compares the current ArchiveDataBlockPointer object to obj.
Declaration Syntax
C#Visual BasicVisual C++
public virtual int CompareTo(
	Object obj
)
Public Overridable Function CompareTo ( _
	obj As Object _
) As Integer
public:
virtual int CompareTo(
	Object^ obj
)
Parameters
obj (Object)
Object against which the current ArchiveDataBlockPointer object is to be compared.
Return Value
Negative value if the current ArchiveDataBlockPointer object is less than obj, Zero if the current ArchiveDataBlockPointer object is equal to obj, Positive value if the current ArchiveDataBlockPointer object is greater than obj.

Assembly: TVA.Historian (Module: TVA.Historian) Version: 1.0.33.39252