ni-rfsg-dotnet-api-ref_doc

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

RfsgSignalIdentifier.Equals Method (RfsgSignalIdentifier)

RfsgSignalIdentifier.Equals Method (RfsgSignalIdentifier)

RfsgSignalIdentifierEquals Method (RfsgSignalIdentifier)

Determines whether the current instance of RfsgSignalIdentifier and the RfsgSignalIdentifier 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(
	RfsgSignalIdentifier signalIdentifier
)
Public Function Equals ( 
	signalIdentifier As RfsgSignalIdentifier
) As Boolean

Parameters

signalIdentifier
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSignalIdentifier
Specifies the RfsgSignalIdentifier object to be compared to the current instance of RfsgSignalIdentifier.

Return Value

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

See Also

In This Section
Was this information helpful?