ScopeWaveformInfo.Equals Method (ScopeWaveformInfo)
- Updated2023-09-06
- 1 minute(s) read
ScopeWaveformInfoEquals Method (ScopeWaveformInfo)
Determines whether the current instance of ScopeWaveformInfo and the ScopeWaveformInfo object that you specify are equal.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public bool Equals( ScopeWaveformInfo waveformInfo )
Public Function Equals ( waveformInfo As ScopeWaveformInfo ) As Boolean
Parameters
- waveformInfo
- Type: NationalInstruments.ModularInstruments.NIScopeScopeWaveformInfo
The ScopeWaveformInfo object to be compared to the current instance of ScopeWaveformInfo.
Return Value
Type: Booleanif the two instances are equal; otherwise, .