Click or drag to resize

ChannelFrameBaseTCompareTo(IFrame) Method

Compares the ChannelFrameBaseT with an IFrame.

Namespace: GSF.PhasorProtocols
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.181-beta
Syntax
public virtual int CompareTo(
	IFrame other
)
View Source

Parameters

other  IFrame
The IFrame 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

IComparableTCompareTo(T)
Remarks
This frame implementation compares itself by timestamp.
See Also