ScopeErrorQueryResult.Equals Method (ScopeErrorQueryResult)
- Updated2023-09-06
- 1 minute(s) read
ScopeErrorQueryResultEquals Method (ScopeErrorQueryResult)
Determines whether the current instance of ScopeErrorQueryResult and the ScopeErrorQueryResult 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( ScopeErrorQueryResult result )
Public Function Equals ( result As ScopeErrorQueryResult ) As Boolean
Parameters
- result
- Type: NationalInstruments.ModularInstruments.NIScopeScopeErrorQueryResult
The ScopeErrorQueryResult object to be compared to the current instance of ScopeErrorQueryResult.
Return Value
Type: Booleanif the two instances are equal; otherwise, .