ScopeClockSynchronizationPulseSource.Equality Operator
- Updated2023-09-06
- 1 minute(s) read
ScopeClockSynchronizationPulseSourceEquality Operator
Checks whether two ScopeClockSynchronizationPulseSource 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 ==( ScopeClockSynchronizationPulseSource source1, ScopeClockSynchronizationPulseSource source2 )
Public Shared Operator = ( source1 As ScopeClockSynchronizationPulseSource, source2 As ScopeClockSynchronizationPulseSource ) As Boolean
Parameters
- source1
- Type: NationalInstruments.ModularInstruments.NIScopeScopeClockSynchronizationPulseSource
Specifies the first ScopeClockSynchronizationPulseSource object to compare. - source2
- Type: NationalInstruments.ModularInstruments.NIScopeScopeClockSynchronizationPulseSource
Specifies the second ScopeClockSynchronizationPulseSource object to compare.
Return Value
Type: Booleanif the two instances are equal; otherwise, .