ScopeSampleClockTimebaseSource.Equals Method (ScopeSampleClockTimebaseSource)
- Updated2023-09-06
- 1 minute(s) read
ScopeSampleClockTimebaseSourceEquals Method (ScopeSampleClockTimebaseSource)
Determines whether the current instance of ScopeSampleClockTimebaseSource
and the specified ScopeSampleClockTimebaseSource object are equal.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public bool Equals( ScopeSampleClockTimebaseSource source )
Public Function Equals ( source As ScopeSampleClockTimebaseSource ) As Boolean
Parameters
- source
- Type: NationalInstruments.ModularInstruments.NIScopeScopeSampleClockTimebaseSource
Specifies the ScopeSampleClockTimebaseSource object to compare to the current instance of ScopeSampleClockTimebaseSource.
Return Value
Type: Booleanif the two instances are equal; otherwise, .