ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgRFBlankingSource.Inequality Operator

  • Updated2024-05-08
  • 1 minute(s) read
RfsgRFBlankingSource.Inequality Operator

RfsgRFBlankingSourceInequality Operator

Checks whether the two instances of RfsgRFBlankingSource are unequal.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

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

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgRFBlankingSource
Specifies an RfsgRFBlankingSource object.
source2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgRFBlankingSource
Specifies an RfsgRFBlankingSource object.

Return Value

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

See Also

Log in to get a better experience