Click or drag to resize

ChannelFrameBaseTCompareTo(Object) Method

Compares the ChannelFrameBaseT with the specified Object.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.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 ChannelFrameBaseT.

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 IFrame.
Remarks
This frame implementation compares itself by timestamp.
See Also