|
ArchiveDataBlockPointerCompareTo Method
|
Namespace: GSF.Historian.FilesAssembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.248-beta
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
View SourceParameters
- obj Object
- Object against which the current ArchiveDataBlockPointer object is to be compared.
Return Value
Int32
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.
Implements
IComparableCompareTo(Object)
See Also