VeriStand .NET API Reference

Table of Contents

Block.GetHashCode Method

Serves as a hash function for a Block object. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Overrides Function GetHashCode As Integer
C#
public override int GetHashCode()
Visual C++
public:
virtual int GetHashCode() override

Return Value

A hash code for the current Block object.

Remarks

Overrides Object.GetHashCode.

See Also

Log in to get a better experience