NI-SCOPE .NET Class Library Help

ScopeStartTriggerExportedOutputTerminal.Equals Method (ScopeStartTriggerExportedOutputTerminal)

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

ScopeStartTriggerExportedOutputTerminalEquals Method (ScopeStartTriggerExportedOutputTerminal)

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

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

Syntax

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

Parameters

source
Type: NationalInstruments.ModularInstruments.NIScopeScopeStartTriggerExportedOutputTerminal
Specifies the ScopeStartTriggerExportedOutputTerminal object to compare to the current instance of ScopeStartTriggerExportedOutputTerminal.

Return Value

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

See Also