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