NI-SCOPE .NET Class Library Help

Table of Contents

ScopeEndOfRecordEventOutputTerminal.Equality Operator

  • Updated2023-09-06
  • 1 minute(s) read
ScopeEndOfRecordEventOutputTerminal.Equality Operator

ScopeEndOfRecordEventOutputTerminalEquality Operator

Checks whether two ScopeEndOfRecordEventOutputTerminal object instances are equal.

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

Syntax

public static bool operator ==(
	ScopeEndOfRecordEventOutputTerminal source1,
	ScopeEndOfRecordEventOutputTerminal source2
)
Public Shared Operator = ( 
	source1 As ScopeEndOfRecordEventOutputTerminal,
	source2 As ScopeEndOfRecordEventOutputTerminal
) As Boolean

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIScopeScopeEndOfRecordEventOutputTerminal
Specifies the first ScopeEndOfRecordEventOutputTerminal object to compare.
source2
Type: NationalInstruments.ModularInstruments.NIScopeScopeEndOfRecordEventOutputTerminal
Specifies the second ScopeEndOfRecordEventOutputTerminal object to compare.

Return Value

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

See Also

Log in to get a better experience