| Visual Basic (Declaration) | |
|---|---|
Public Operator <>( _ ByVal left As ConstellationStateDescription, _ ByVal right As ConstellationStateDescription _ ) As Boolean | |
| C# | |
|---|---|
public bool operator !=( ConstellationStateDescription left, ConstellationStateDescription right ) | |
| C++/CLI | |
|---|---|
public: bool operator !=( ConstellationStateDescription left, ConstellationStateDescription right ) | |
Parameters
- left
- The first instance of ConstellationStateDescription to compare.
- right
- The second instance of ConstellationStateDescription to compare.
Return Value
true if the two instances of ConstellationStateDescription do not have the same Real,Imaginary,Symbol value; otherwise, false.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)