ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgSynchronizedScriptTriggerDistributionLine.Inequality Operator

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

RfsgSynchronizedScriptTriggerDistributionLineInequality Operator

Checks whether the two instances of RfsgSynchronizedScriptTriggerDistributionLine are unequal.

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

Syntax

public static bool operator !=(
	RfsgSynchronizedScriptTriggerDistributionLine distributionLine1,
	RfsgSynchronizedScriptTriggerDistributionLine distributionLine2
)
Public Shared Operator <> ( 
	distributionLine1 As RfsgSynchronizedScriptTriggerDistributionLine,
	distributionLine2 As RfsgSynchronizedScriptTriggerDistributionLine
) As Boolean

Parameters

distributionLine1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSynchronizedScriptTriggerDistributionLine
Specifies an RfsgSynchronizedScriptTriggerDistributionLine object.
distributionLine2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSynchronizedScriptTriggerDistributionLine
Specifies an RfsgSynchronizedScriptTriggerDistributionLine object.

Return Value

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

See Also

Log in to get a better experience