NI-SCOPE .NET Class Library Help

Table of Contents

ScopeRevisionQueryResult.Equals Method (ScopeRevisionQueryResult)

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

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: Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience