Inequality Operator
- Updated2023-02-21
- 2 minute(s) read
Checks whether the two instances of NISwitch.SwitchErrorQueryResult are unequal.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public Shared Operator <> ( _ result1 As SwitchErrorQueryResult, _ result2 As SwitchErrorQueryResult _ ) As Boolean |
C# |
---|
public static bool operator !=( SwitchErrorQueryResult result1, SwitchErrorQueryResult result2 ) |
Parameters
- result1
- Specifies a NISwitch.SwitchErrorQueryResult object.
- result2
- Specifies a NISwitch.SwitchErrorQueryResult object.