RfsgFrequencyReferenceExportedOutputTerminal.Inequality Operator
- Updated2024-05-08
- 1 minute(s) read
RfsgFrequencyReferenceExportedOutputTerminalInequality Operator
Checks whether the two instances of RfsgFrequencyReferenceExportedOutputTerminal are unequal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static bool operator !=( RfsgFrequencyReferenceExportedOutputTerminal outputTerminal1, RfsgFrequencyReferenceExportedOutputTerminal outputTerminal2 )
Public Shared Operator <> ( outputTerminal1 As RfsgFrequencyReferenceExportedOutputTerminal, outputTerminal2 As RfsgFrequencyReferenceExportedOutputTerminal ) As Boolean
Parameters
- outputTerminal1
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgFrequencyReferenceExportedOutputTerminal
Specifies first instance to be compared. - outputTerminal2
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgFrequencyReferenceExportedOutputTerminal
Specifies second instance to be compared.
Return Value
Type: Booleanif the two instances are not equal; otherwise, .