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