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