| Visual Basic (Declaration) | |
|---|---|
Public Overrides Function GetHashCode() As Integer | |
| C# | |
|---|---|
public override int GetHashCode() | |
| C++/CLI | |
|---|---|
public: int GetHashCode(); override | |
Return Value
A hash code suitable for use in hash-based collections such as Dictionary or HashSet.The hash code is based on the Symbol, Real, and Imaginary values. Any fields used in Equals(CustomModulationState) must also be used here to preserve hash consistency.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Reference
CustomModulationState StructureCustomModulationState Members
Base Implementation in GetHashCode