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