NI-SCOPE .NET Class Library Help

Content Type
Programming Language
Current manual
Table of Contents
Product DocumentationNI-SCOPE .NET Class Library HelpScopeTriggerSource.Inequality OperatorCurrent page
Table of Contents

ScopeTriggerSource.Inequality Operator

ScopeTriggerSource.Inequality Operator

ScopeTriggerSourceInequality Operator

Checks whether two ScopeTriggerSource object instances are not equal.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

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

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSource
Specifies the first ScopeTriggerSource object to compare.
source2
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSource
Specifies the second ScopeTriggerSource object to compare.

Return Value

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

See Also

In This Section
Was this information helpful?