NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerWarning.Equality Operator

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

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: Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience