Block.GetHashCode Method
- Updated2023-02-21
- 2 minute(s) read
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.RealTimeSequenceDefinitionApiAssembly: 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.