ScopeErrorQueryResult.Equality Operator
- Updated2023-09-06
- 1 minute(s) read
ScopeErrorQueryResultEquality Operator
Checks whether the two instances of ScopeErrorQueryResult are equal.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public static bool operator ==( ScopeErrorQueryResult result1, ScopeErrorQueryResult result2 )
Public Shared Operator = ( result1 As ScopeErrorQueryResult, result2 As ScopeErrorQueryResult ) As Boolean
Parameters
- result1
- Type: NationalInstruments.ModularInstruments.NIScopeScopeErrorQueryResult
A ScopeErrorQueryResult object. - result2
- Type: NationalInstruments.ModularInstruments.NIScopeScopeErrorQueryResult
A ScopeErrorQueryResult object.
Return Value
Type: Booleanif the two instances are equal; otherwise, .