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