NI-SCOPE .NET Class Library Help

ScopeCoefficientInfo.Equals Method (ScopeCoefficientInfo)

  • Updated2023-09-06
  • 1 minute(s) read
ScopeCoefficientInfo.Equals Method (ScopeCoefficientInfo)

ScopeCoefficientInfoEquals Method (ScopeCoefficientInfo)

Determines whether the current instance of ScopeCoefficientInfo and the ScopeCoefficientInfo object that you specify are equal.

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

Syntax

public bool Equals(
	ScopeCoefficientInfo coefficientInfo
)
Public Function Equals ( 
	coefficientInfo As ScopeCoefficientInfo
) As Boolean

Parameters

coefficientInfo
Type: NationalInstruments.ModularInstruments.NIScopeScopeCoefficientInfo
The ScopeCoefficientInfo object to be compared to the current instance of ScopeCoefficientInfo.

Return Value

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

See Also