Click or drag to resize

TimeTagBaseCompareTo(Object) Method

Compares the TimeTagBase with the specified Object.

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

Parameters

obj  Object
The Object to compare with the current TimeTagBase.

Return Value

Int32
A 32-bit signed integer that indicates the relative order of the objects being compared.

Implements

IComparableCompareTo(Object)
Exceptions
ExceptionCondition
ArgumentExceptionObject is not an TimeTagBase or a DateTime.
See Also