NIRfsa Namespace

Table of Contents

RfsaCoefficientInfo.Equality Operator

  • Updated2025-07-17
  • 1 minute(s) read
RfsaCoefficientInfo.Equality Operator

RfsaCoefficientInfoEquality Operator

Checks whether the two instances of RfsaCoefficientInfo are equal.

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

Syntax

public static bool operator ==(
	RfsaCoefficientInfo coefficientInfo1,
	RfsaCoefficientInfo coefficientInfo2
)
Public Shared Operator = ( 
	coefficientInfo1 As RfsaCoefficientInfo,
	coefficientInfo2 As RfsaCoefficientInfo
) As Boolean

Parameters

coefficientInfo1  RfsaCoefficientInfo
Specifies a RfsaCoefficientInfo object.
coefficientInfo2  RfsaCoefficientInfo
Specifies a RfsaCoefficientInfo object.

Return Value

Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience