DCPowerFetchResult.Equals Method (DCPowerFetchResult)
- Updated2024-01-04
- 1 minute(s) read

DCPowerFetchResultEquals Method (DCPowerFetchResult)
Determines whether the current instance of DCPowerFetchResult and the DCPowerFetchResult object that you specify are equal.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public bool Equals( DCPowerFetchResult result )
Public Function Equals ( result As DCPowerFetchResult ) As Boolean
Parameters
- result
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerFetchResult
Specifies the DCPowerFetchResult object to be compared to the current instance of DCPowerFetchResult.
Return Value
Type: Booleanif the two instances are equal; otherwise, .