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