NIRfsg Namespace

Table of Contents

RfsgStartedEventExportedOutputTerminal.Inequality Operator

  • Updated2025-05-22
  • 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.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

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

Parameters

outputTerminal1  RfsgStartedEventExportedOutputTerminal
Specifies the first instance to be compared.
outputTerminal2  RfsgStartedEventExportedOutputTerminal
Specifies the second instance to be compared.

Return Value

Boolean
if the two instances are unequal; otherwise, .

See Also

Log in to get a better experience