Keysight 89600 VSA .NET API
GetHashCode Method
See Also 
Agilent.SA.Vsa.CustomOfdm.Interfaces Assembly > Agilent.SA.Vsa.CustomOfdm Namespace > CustomModulationState Structure : GetHashCode Method


Glossary Item Box

Returns a hash code for this modulation state.

Syntax

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.

Remarks

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also

Reference

CustomModulationState Structure
CustomModulationState Members
Base Implementation in GetHashCode