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