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

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