NI-SCOPE .NET Class Library Help

Table of Contents

ScopeAdvanceTriggerSource.Equals Method (ScopeAdvanceTriggerSource)

  • Updated2023-09-06
  • 1 minute(s) read
ScopeAdvanceTriggerSource.Equals Method (ScopeAdvanceTriggerSource)

ScopeAdvanceTriggerSourceEquals Method (ScopeAdvanceTriggerSource)

Determines whether the current instance of ScopeAdvanceTriggerSource and the specified ScopeAdvanceTriggerSource object are equal.

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

Syntax

public bool Equals(
	ScopeAdvanceTriggerSource source
)
Public Function Equals ( 
	source As ScopeAdvanceTriggerSource
) As Boolean

Parameters

source
Type: NationalInstruments.ModularInstruments.NIScopeScopeAdvanceTriggerSource
Specifies the ScopeAdvanceTriggerSource object to compare to the current instance of ScopeAdvanceTriggerSource.

Return Value

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

See Also

Log in to get a better experience