Equals(RfsaSelfTestResult)
- Updated2025-10-14
- 1 minute(s) read
Determines whether the current instance of RfsaSelfTestResult and the RfsaSelfTestResult object that you specify are equal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public bool Equals(RfsaSelfTestResult result)
Parameters
| Name | Type | Description |
|---|---|---|
| result | RfsaSelfTestResult | Specifies the RfsaSelfTestResult object to be compared to the current instance of RfsaSelfTestResult. |
Returns
true if the two instances are equal; otherwise, false.