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