NI-SCOPE .NET Class Library Help

Table of Contents

ScopeSelfTestResult.Equality Operator

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

ScopeSelfTestResultEquality Operator

Checks whether the two instances of ScopeSelfTestResult are equal.

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

Syntax

public static bool operator ==(
	ScopeSelfTestResult result1,
	ScopeSelfTestResult result2
)
Public Shared Operator = ( 
	result1 As ScopeSelfTestResult,
	result2 As ScopeSelfTestResult
) As Boolean

Parameters

result1
Type: NationalInstruments.ModularInstruments.NIScopeScopeSelfTestResult
A ScopeSelfTestResult object.
result2
Type: NationalInstruments.ModularInstruments.NIScopeScopeSelfTestResult
A ScopeSelfTestResult object.

Return Value

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

See Also

Log in to get a better experience