|   | ChannelFrameBaseTCompareTo(IFrame) Method | 
        
        
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
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);
Parameters
- 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) Remarks
RemarksThis frame implementation compares itself by timestamp.
 See Also
See Also