GSF.Historian.Files.StateRecord.GetHashCode C# (CSharp) Method

GetHashCode() public method

Returns the hash code for the current StateRecord object.
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return m_historianID.GetHashCode();
        }