RfsgFrequencyReferenceExportedOutputTerminal.Equality Operator
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Checks whether the two instances of RfsgDoneEventExportedOutputTerminal are equal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public static bool operator ==( RfsgFrequencyReferenceExportedOutputTerminal outputTerminal1, RfsgFrequencyReferenceExportedOutputTerminal outputTerminal2 )
Public Shared Operator = ( outputTerminal1 As RfsgFrequencyReferenceExportedOutputTerminal, outputTerminal2 As RfsgFrequencyReferenceExportedOutputTerminal ) As Boolean
Parameters
- outputTerminal1 RfsgFrequencyReferenceExportedOutputTerminal
- Specifies the first instance to be compared.
- outputTerminal2 RfsgFrequencyReferenceExportedOutputTerminal
- Specifies the second instance to be compared.
Return Value
Booleanif the two instances represent the same result; otherwise, .