RfpmSwitchWarning.Inequality Operator
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchWarningInequality Operator
Checks whether the two instances of RfpmSwitchWarning are unequal.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public static bool operator !=( RfpmSwitchWarning warning1, RfpmSwitchWarning warning2 )
Public Shared Operator <> ( warning1 As RfpmSwitchWarning, warning2 As RfpmSwitchWarning ) As Boolean
Parameters
- warning1
- Type: NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchWarning
A RfpmSwitchWarning object. - warning2
- Type: NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchWarning
A RfpmSwitchWarning object for comparison.
Return Value
Type: Booleanif the two instances are unequal; otherwise, .