NI-rfsa-DOTNETRfsaFx40Ref

Table of Contents

RfsaSpectrumInfo.Equality Operator

  • Updated2024-05-08
  • 1 minute(s) read
RfsaSpectrumInfo.Equality Operator

RfsaSpectrumInfoEquality Operator

Checks whether the two instances of RfsaSpectrumInfo are equal.

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

Syntax

public static bool operator ==(
	RfsaSpectrumInfo spectrumInfo1,
	RfsaSpectrumInfo spectrumInfo2
)
Public Shared Operator = ( 
	spectrumInfo1 As RfsaSpectrumInfo,
	spectrumInfo2 As RfsaSpectrumInfo
) As Boolean

Parameters

spectrumInfo1
Type: NationalInstruments.ModularInstruments.NIRfsaRfsaSpectrumInfo
Specifies a RfsaSpectrumInfo object.
spectrumInfo2
Type: NationalInstruments.ModularInstruments.NIRfsaRfsaSpectrumInfo
Specifies a RfsaSpectrumInfo object.

Return Value

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

See Also

Log in to get a better experience