Click or drag to resize

ArchiveDataBlockPointerCompareTo Method

Compares the current ArchiveDataBlockPointer object to obj.

Namespace: GSF.Historian.Files
Assembly: GSF.Historian (in GSF.Historian.dll) Version: 2.4.181-beta
Syntax
public virtual int CompareTo(
	Object obj
)
View Source

Parameters

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