ni-rfsg-dotnet-api-ref_doc

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

RfsgSelfTestResult.Equals Method (RfsgSelfTestResult)

RfsgSelfTestResult.Equals Method (RfsgSelfTestResult)

RfsgSelfTestResultEquals Method (RfsgSelfTestResult)

Determines whether the current instance of RfsgSelfTestResult and the RfsgSelfTestResult object that you specify are equal.

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

Syntax

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

Parameters

result
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSelfTestResult
Specifies the RfsgSelfTestResult object to be compared to the current instance of RfsgSelfTestResult.

Return Value

Type: Boolean
if the two instances are equal; otherwise, .

See Also

In This Section
Was this information helpful?