RfsgConfigurationListStepTriggerExportedOutputTerminal.Inequality Operator
- Updated2024-05-08
- 1 minute(s) read
RfsgConfigurationListStepTriggerExportedOutputTerminalInequality Operator
Checks whether the two instances of RfsgConfigurationListStepTriggerExportedOutputTerminal are unequal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static bool operator !=( RfsgConfigurationListStepTriggerExportedOutputTerminal outputTerminal1, RfsgConfigurationListStepTriggerExportedOutputTerminal outputTerminal2 )
Public Shared Operator <> ( outputTerminal1 As RfsgConfigurationListStepTriggerExportedOutputTerminal, outputTerminal2 As RfsgConfigurationListStepTriggerExportedOutputTerminal ) As Boolean
Parameters
- outputTerminal1
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgConfigurationListStepTriggerExportedOutputTerminal
Specifies an RfsgConfigurationListStepTriggerExportedOutputTerminal object. - outputTerminal2
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgConfigurationListStepTriggerExportedOutputTerminal
Specifies an RfsgConfigurationListStepTriggerExportedOutputTerminal object.
Return Value
Type: Booleanif the two instances are unequal; otherwise, .