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

DCPowerMeasureResultEquals Method (DCPowerMeasureResult)
Determines whether the current instance of DCPowerMeasureResult and the DCPowerMeasureResult 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( DCPowerMeasureResult result )
Public Function Equals ( result As DCPowerMeasureResult ) As Boolean
Parameters
- result
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerMeasureResult
Specifies the DCPowerMeasureResult object to be compared to the current instance of DCPowerMeasureResult.
Return Value
Type: Booleanif the two instances are equal; otherwise, .