NI-SCOPE .NET Class Library Help

ScopeAdvanceTriggerSource.Inequality Operator

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

ScopeAdvanceTriggerSourceInequality Operator

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

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIScopeScopeAdvanceTriggerSource
Specifies the first ScopeAdvanceTriggerSource object to compare.
source2
Type: NationalInstruments.ModularInstruments.NIScopeScopeAdvanceTriggerSource
Specifies the second ScopeAdvanceTriggerSource object to compare.

Return Value

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

See Also