Click or drag to resize

ChannelFrameBase<T> .CompareTo(IFrame) Method

Compares the ChannelFrameBase<T> with an IFrame.

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

Parameters

other  IFrame
The IFrame to compare with the current ChannelFrameBase<T>.

Return Value

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

Implements

IComparable<T>.CompareTo(T)
Remarks
This frame implementation compares itself by timestamp.
See Also