operator==(RfsgSelfTestResult, RfsgSelfTestResult)
- Updated2025-10-14
- 1 minute(s) read
Determines whether two SelfTest instances have the same value.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public static bool operator==(RfsgSelfTestResult result1, RfsgSelfTestResult result2)
Parameters
| Name | Type | Description |
|---|---|---|
| result1 | RfsgSelfTestResult | Specifies an RfsgSelfTestResult instance to compare with result1. |
| result2 | RfsgSelfTestResult | Specifies an RfsgSelfTestResult instance to compare with result2. |
Returns
true if the two instances represent the same result; otherwise, false.