NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerPulseCompleteEventOutputTerminal.Inequality Operator

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerPulseCompleteEventOutputTerminal.Inequality Operator

DCPowerPulseCompleteEventOutputTerminalInequality Operator

Checks whether the two instances of DCPowerPulseCompleteEventOutputTerminal are unequal.

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

Syntax

public static bool operator !=(
	DCPowerPulseCompleteEventOutputTerminal outputTerminal1,
	DCPowerPulseCompleteEventOutputTerminal outputTerminal2
)
Public Shared Operator <> ( 
	outputTerminal1 As DCPowerPulseCompleteEventOutputTerminal,
	outputTerminal2 As DCPowerPulseCompleteEventOutputTerminal
) As Boolean

Parameters

outputTerminal1
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerPulseCompleteEventOutputTerminal
Specifies DCPowerPulseCompleteEventOutputTerminal object.
outputTerminal2
Type: NationalInstruments.ModularInstruments.NIDCPowerDCPowerPulseCompleteEventOutputTerminal
Specifies DCPowerPulseCompleteEventOutputTerminal object.

Return Value

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

See Also

Log in to get a better experience