NIRfsg Namespace

Table of Contents

RfsgLocalOscillatorSource.Inequality Operator

  • Updated2025-05-22
  • 1 minute(s) read
RfsgLocalOscillatorSource.Inequality Operator

RfsgLocalOscillatorSourceInequality Operator

Checks whether the two instances of RfsgLocalOscillatorSource are unequal.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

public static bool operator !=(
	RfsgLocalOscillatorSource source1,
	RfsgLocalOscillatorSource source2
)
Public Shared Operator <> ( 
	source1 As RfsgLocalOscillatorSource,
	source2 As RfsgLocalOscillatorSource
) As Boolean

Parameters

source1  RfsgLocalOscillatorSource
Specifies an RfsgLocalOscillatorSource object.
source2  RfsgLocalOscillatorSource
Specifies an RfsgLocalOscillatorSource object.

Return Value

Boolean
if the two instances are unequal; otherwise, .

See Also

Log in to get a better experience