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