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