ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_docRfsgFrequencyReferenceExportedOutputTerminal.Inequality OperatorCurrent page
Table of Contents

RfsgFrequencyReferenceExportedOutputTerminal.Inequality Operator

RfsgFrequencyReferenceExportedOutputTerminal.Inequality Operator

RfsgFrequencyReferenceExportedOutputTerminalInequality Operator

Checks whether the two instances of RfsgFrequencyReferenceExportedOutputTerminal are unequal.

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

Syntax

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

Parameters

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

Return Value

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

See Also

In This Section
Was this information helpful?