|   | FrameGetHashCode Method | 
        
        
            Serves as a hash function for the current 
Frame.
            
 GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
Return Value
Int32A hash code for the current 
Frame.
 Remarks
RemarksHash code based on timestamp of frame.
 See Also
See Also