Visual Basic (Declaration) | |
---|---|
Public Overloads Function Equals( _ ByVal other As ConstellationStateDescription _ ) As Boolean |
C# | |
---|---|
public bool Equals( ConstellationStateDescription other ) |
C++/CLI | |
---|---|
public: bool Equals( ConstellationStateDescription other ) |
Parameters
- other
- The instance to compare with the current instance.
Return Value
true if the specified object has the same Real, Imaginary and Symbol as the current instance; otherwise, false.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)