NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerSelfTestResult.Equality Operator

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

DCPowerSelfTestResultEquality Operator

Checks whether the two instances of DCPowerSelfTestResult are equal.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public static bool operator ==(
	DCPowerSelfTestResult result1,
	DCPowerSelfTestResult result2
)
Public Shared Operator = ( 
	result1 As DCPowerSelfTestResult,
	result2 As DCPowerSelfTestResult
) As Boolean

Parameters

result1
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerSelfTestResult
Specifies a DCPowerSelfTestResult object.
result2
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerSelfTestResult
Specifies a DCPowerSelfTestResult object.

Return Value

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

See Also

Log in to get a better experience