NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerMeasureResult.Equals Method (DCPowerMeasureResult)

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

DCPowerMeasureResultEquals Method (DCPowerMeasureResult)

Determines whether the current instance of DCPowerMeasureResult and the DCPowerMeasureResult 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(
	DCPowerMeasureResult result
)
Public Function Equals ( 
	result As DCPowerMeasureResult
) As Boolean

Parameters

result
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerMeasureResult
Specifies the DCPowerMeasureResult object to be compared to the current instance of DCPowerMeasureResult.

Return Value

Type: Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience