ScopeStartTriggerExportedOutputTerminal.Inequality Operator
- Updated2023-09-06
- 1 minute(s) read
ScopeStartTriggerExportedOutputTerminalInequality Operator
Checks whether two ScopeStartTriggerExportedOutputTerminal object instances are not equal.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public static bool operator !=( ScopeStartTriggerExportedOutputTerminal source1, ScopeStartTriggerExportedOutputTerminal source2 )
Public Shared Operator <> ( source1 As ScopeStartTriggerExportedOutputTerminal, source2 As ScopeStartTriggerExportedOutputTerminal ) As Boolean
Parameters
- source1
- Type: NationalInstruments.ModularInstruments.NIScopeScopeStartTriggerExportedOutputTerminal
Specifies the first ScopeStartTriggerExportedOutputTerminal object to compare. - source2
- Type: NationalInstruments.ModularInstruments.NIScopeScopeStartTriggerExportedOutputTerminal
Specifies the second ScopeStartTriggerExportedOutputTerminal object to compare.
Return Value
Type: Booleanif the two instances are not equal; otherwise, .