ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents
Product Documentationni-rfsg-dotnet-api-ref_doc...RfsgRevisionQueryResult MethodsRfsgRevisionQueryResult.Equals Method (RfsgRevisionQueryResult)Current page
Table of Contents

RfsgRevisionQueryResult.Equals Method (RfsgRevisionQueryResult)

RfsgRevisionQueryResult.Equals Method (RfsgRevisionQueryResult)

RfsgRevisionQueryResultEquals Method (RfsgRevisionQueryResult)

Compares two RfsgRevisionQueryResult instances for equality.

Namespace:  NationalInstruments.ModularInstruments.NIRfsg
Assembly:  NationalInstruments.ModularInstruments.NIRfsg.Fx40 (in NationalInstruments.ModularInstruments.NIRfsg.Fx40.dll) Version: 2022

Syntax

public bool Equals(
	RfsgRevisionQueryResult result
)
Public Function Equals ( 
	result As RfsgRevisionQueryResult
) As Boolean

Parameters

result
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgRevisionQueryResult
Specifies an RfsgRevisionQueryResult to compare to this instance.

Return Value

Type: Boolean
if the two instances represent the same result; otherwise, .

See Also

In This Section
Was this information helpful?