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