ni-rfsg-dotnet-api-ref_doc

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

RfsgDigitalEdgeStartTriggerSource.Inequality Operator

RfsgDigitalEdgeStartTriggerSource.Inequality Operator

RfsgDigitalEdgeStartTriggerSourceInequality Operator

Checks whether the two instances of RfsgDigitalEdgeStartTriggerSource are unequal.

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

Syntax

public static bool operator !=(
	RfsgDigitalEdgeStartTriggerSource source1,
	RfsgDigitalEdgeStartTriggerSource source2
)
Public Shared Operator <> ( 
	source1 As RfsgDigitalEdgeStartTriggerSource,
	source2 As RfsgDigitalEdgeStartTriggerSource
) As Boolean

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalEdgeStartTriggerSource
Specifies an RfsgDigitalEdgeStartTriggerSource object.
source2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalEdgeStartTriggerSource
Specifies an RfsgDigitalEdgeStartTriggerSource object.

Return Value

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

See Also

In This Section
Was this information helpful?