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

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