NI-RFPM API Reference

Table of Contents

RfpmSwitchWarning.Inequality Operator

  • Updated2023-12-28
  • 1 minute(s) read
RfpmSwitchWarning.Inequality Operator

RfpmSwitchWarningInequality Operator

Checks whether the two instances of RfpmSwitchWarning are unequal.

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

Syntax

public static bool operator !=(
	RfpmSwitchWarning warning1,
	RfpmSwitchWarning warning2
)
Public Shared Operator <> ( 
	warning1 As RfpmSwitchWarning,
	warning2 As RfpmSwitchWarning
) As Boolean

Parameters

warning1
Type: NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchWarning
A RfpmSwitchWarning object.
warning2
Type: NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchWarning
A RfpmSwitchWarning object for comparison.

Return Value

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

See Also

Log in to get a better experience