RfsgSynchronizedSampleClockDistributionLine.Inequality Operator
- Updated2024-05-08
- 1 minute(s) read
RfsgSynchronizedSampleClockDistributionLineInequality Operator
Checks whether the two instances of RfsgSynchronizedSampleClockDistributionLine are unequal.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022
Syntax
public static bool operator !=( RfsgSynchronizedSampleClockDistributionLine distributionLine1, RfsgSynchronizedSampleClockDistributionLine distributionLine2 )
Public Shared Operator <> ( distributionLine1 As RfsgSynchronizedSampleClockDistributionLine, distributionLine2 As RfsgSynchronizedSampleClockDistributionLine ) As Boolean
Parameters
- distributionLine1
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSynchronizedSampleClockDistributionLine
Specifies an RfsgSynchronizedSampleClockDistributionLine object. - distributionLine2
- Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSynchronizedSampleClockDistributionLine
Specifies an RfsgSynchronizedSampleClockDistributionLine object.
Return Value
Type: Booleanif the two instances are unequal; otherwise, .