DCPowerWarning.Equality Operator
- Updated2024-01-04
- 1 minute(s) read

DCPowerWarningEquality Operator
Checks whether the two instances of DCPowerWarning are equal.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public static bool operator ==( DCPowerWarning warning1, DCPowerWarning warning2 )
Public Shared Operator = ( warning1 As DCPowerWarning, warning2 As DCPowerWarning ) As Boolean
Parameters
- warning1
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerWarning
Specifies a DCPowerWarning object. - warning2
- Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerWarning
Specifies a DCPowerWarning object for the comparison.
Return Value
Type: Booleanif the two instances are equal; otherwise, .