NI-SCOPE .NET Class Library Help

Table of Contents

ScopeOutputClockSource.Inequality Operator

  • Updated2023-09-06
  • 1 minute(s) read
ScopeOutputClockSource.Inequality Operator

ScopeOutputClockSourceInequality Operator

Checks whether two ScopeOutputClockSource 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 !=(
	ScopeOutputClockSource source1,
	ScopeOutputClockSource source2
)
Public Shared Operator <> ( 
	source1 As ScopeOutputClockSource,
	source2 As ScopeOutputClockSource
) As Boolean

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIScopeScopeOutputClockSource
Specifies the first ScopeOutputClockSource object to compare.
source2
Type: NationalInstruments.ModularInstruments.NIScopeScopeOutputClockSource
Specifies the second ScopeOutputClockSource object to compare.

Return Value

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

See Also

Log in to get a better experience