CodeSection.GetHashCode Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Serves as a hash function for a CodeSection 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 CodeSection object.
Remarks
Overrides Object.GetHashCode.