NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerWarning.Equals Method (DCPowerWarning)

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

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

See Also

Log in to get a better experience