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