ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgConfigurationListStepTriggerExportedOutputTerminal.Equality Operator

  • Updated2024-05-08
  • 1 minute(s) read
RfsgConfigurationListStepTriggerExportedOutputTerminal.Equality Operator

RfsgConfigurationListStepTriggerExportedOutputTerminalEquality Operator

Checks whether the two instances of RfsgConfigurationListStepTriggerExportedOutputTerminal are equal.

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: Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience