ScopeWarning.Inequality Operator
- Updated2023-09-06
- 1 minute(s) read
ScopeWarningInequality Operator
Checks whether the two instances of ScopeWarning are unequal.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public static bool operator !=( ScopeWarning warning1, ScopeWarning warning2 )
Public Shared Operator <> ( warning1 As ScopeWarning, warning2 As ScopeWarning ) As Boolean
Parameters
- warning1
- Type: NationalInstruments.ModularInstruments.NIScopeScopeWarning
A ScopeWarning object. - warning2
- Type: NationalInstruments.ModularInstruments.NIScopeScopeWarning
A ScopeWarning object.
Return Value
Type: Booleanif the two instances are unequal; otherwise, .