NI-SCOPE .NET Class Library Help

Table of Contents

ScopeSelfTestResult.Equals Method (ScopeSelfTestResult)

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

ScopeSelfTestResultEquals Method (ScopeSelfTestResult)

Determines whether the current instance of ScopeSelfTestResult and the ScopeSelfTestResult 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(
	ScopeSelfTestResult result
)
Public Function Equals ( 
	result As ScopeSelfTestResult
) As Boolean

Parameters

result
Type: NationalInstruments.ModularInstruments.NIScopeScopeSelfTestResult
The ScopeSelfTestResult object to be compared to the current instance of ScopeSelfTestResult.

Return Value

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

See Also

Log in to get a better experience