| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Equals( _ ByVal other As CustomModulationState _ ) As Boolean | |
| C# | |
|---|---|
public bool Equals( CustomModulationState other ) | |
| C++/CLI | |
|---|---|
public: bool Equals( CustomModulationState other ) | |
Parameters
- other
- The other modulation state to compare.
Return Value
true if the symbol, real value, and imaginary value are equal; otherwise, false.Equality is defined using exact comparisons of the underlying stored values (Symbol, Real, Imaginary). Derived values such as Magnitude and Phase are not compared directly.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)