RfsgLocalOscillatorSource.Equality Operator
- Updated2024-05-08
- 1 minute(s) read
RfsgLocalOscillatorSourceEquality Operator
Checks whether the two instances of RfsgLocalOscillatorSource are equal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static bool operator ==( RfsgLocalOscillatorSource source1, RfsgLocalOscillatorSource source2 )
Public Shared Operator = ( source1 As RfsgLocalOscillatorSource, source2 As RfsgLocalOscillatorSource ) As Boolean
Parameters
- source1
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgLocalOscillatorSource
Specifies an RfsgLocalOscillatorSource object. - source2
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgLocalOscillatorSource
Specifies an RfsgLocalOscillatorSource object.
Return Value
Type: Booleanif the two instances are equal; otherwise, .