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

GetHashCode() public method

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