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