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