operator!=(SwitchWarning, SwitchWarning)
- Updated2026-01-20
- 1 minute(s) read
Checks whether the two instances of SwitchWarning are unequal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NISwitch
public static bool operator!=(SwitchWarning warning1, SwitchWarning warning2)
Parameters
| Name | Type | Description |
|---|---|---|
| warning1 | SwitchWarning | Specifies a SwitchWarning object. |
| warning2 | SwitchWarning | Specifies a SwitchWarning object. |
Returns
true if the two instances are unequal; otherwise, false.