| Visual Basic (Declaration) | |
|---|---|
Public Operator =( _ ByVal left As CustomModulationState, _ ByVal right As CustomModulationState _ ) As Boolean | |
| C# | |
|---|---|
public bool operator ==( CustomModulationState left, CustomModulationState right ) | |
| C++/CLI | |
|---|---|
public: bool operator ==( CustomModulationState left, CustomModulationState right ) | |
Parameters
- left
- The left-hand CustomModulationState operand to compare.
- right
- The right-hand CustomModulationState operand to compare.
Return Value
true if the two modulation states are equal; otherwise, false.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)