operator==(RfsgLocalOscillatorSource, RfsgLocalOscillatorSource)
- Updated2025-10-14
- 1 minute(s) read
Checks whether the two instances of RfsgLocalOscillatorSource are equal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public static bool operator==(RfsgLocalOscillatorSource source1, RfsgLocalOscillatorSource source2)
Parameters
| Name | Type | Description |
|---|---|---|
| source1 | RfsgLocalOscillatorSource | Specifies an RfsgLocalOscillatorSource object. |
| source2 | RfsgLocalOscillatorSource | Specifies an RfsgLocalOscillatorSource object. |
Returns
true if the two instances are equal; otherwise, false.