|
ChannelFrameBaseTCompareTo(IFrame) Method
|
Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic virtual int CompareTo(
IFrame other
)
Public Overridable Function CompareTo (
other As IFrame
) As Integer
public:
virtual int CompareTo(
IFrame^ other
)
abstract CompareTo :
other : IFrame -> int
override CompareTo :
other : IFrame -> int
function CompareTo(other);
View SourceParameters
- other IFrame
- The IFrame to compare with the current ChannelFrameBaseT.
Return Value
Int32A 32-bit signed integer that indicates the relative order of the objects being compared.
Implements
IComparableTCompareTo(T)
RemarksThis frame implementation compares itself by timestamp.
See Also