ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgStartedEventExportedOutputTerminal.Inequality Operator

  • Updated2024-05-08
  • 1 minute(s) read
RfsgStartedEventExportedOutputTerminal.Inequality Operator

RfsgStartedEventExportedOutputTerminalInequality Operator

Checks whether the two instances of RfsgStartedEventExportedOutputTerminal are unequal.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public static bool operator !=(
	RfsgStartedEventExportedOutputTerminal outputTerminal1,
	RfsgStartedEventExportedOutputTerminal outputTerminal2
)
Public Shared Operator <> ( 
	outputTerminal1 As RfsgStartedEventExportedOutputTerminal,
	outputTerminal2 As RfsgStartedEventExportedOutputTerminal
) As Boolean

Parameters

outputTerminal1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgStartedEventExportedOutputTerminal
Specifies the first instance to be compared.
outputTerminal2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgStartedEventExportedOutputTerminal
Specifies the second instance to be compared.

Return Value

Type: Boolean
if the two instances are unequal; otherwise, .

See Also

Log in to get a better experience