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