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