NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTriggerSource.Equals Method (ScopeTriggerSource)

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

ScopeTriggerSourceEquals Method (ScopeTriggerSource)

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

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

Syntax

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

Parameters

source
Type: NationalInstruments.ModularInstruments.NIScopeScopeTriggerSource
Specifies the ScopeTriggerSource object to compare to the current instance of ScopeTriggerSource.

Return Value

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

See Also

Log in to get a better experience