NI-SCOPE .NET Class Library Help

Table of Contents

ScopeWaveformInfo.Equality Operator

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

ScopeWaveformInfoEquality Operator

Checks whether the two instances of ScopeWaveformInfo are equal.

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

Syntax

public static bool operator ==(
	ScopeWaveformInfo waveformInfo1,
	ScopeWaveformInfo waveformInfo2
)
Public Shared Operator = ( 
	waveformInfo1 As ScopeWaveformInfo,
	waveformInfo2 As ScopeWaveformInfo
) As Boolean

Parameters

waveformInfo1
Type: NationalInstruments.ModularInstruments.NIScopeScopeWaveformInfo
A ScopeWaveformInfo object.
waveformInfo2
Type: NationalInstruments.ModularInstruments.NIScopeScopeWaveformInfo
A ScopeWaveformInfo object.

Return Value

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

See Also

Log in to get a better experience