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