NI-SCOPE .NET Class Library Help

Table of Contents

ScopeCoefficientInfo.Equality Operator

  • Updated2023-09-06
  • 1 minute(s) read
ScopeCoefficientInfo.Equality Operator

ScopeCoefficientInfoEquality Operator

Checks whether the two instances of ScopeCoefficientInfo are equal.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

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

Parameters

coefficientInfo1
Type: NationalInstruments.ModularInstruments.NIScopeScopeCoefficientInfo
A ScopeCoefficientInfo object.
coefficientInfo2
Type: NationalInstruments.ModularInstruments.NIScopeScopeCoefficientInfo
A ScopeCoefficientInfo object.

Return Value

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

See Also

Log in to get a better experience