ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgDigitalEdgeScriptTriggerSource.Equality Operator

  • Updated2024-05-08
  • 1 minute(s) read
RfsgDigitalEdgeScriptTriggerSource.Equality Operator

RfsgDigitalEdgeScriptTriggerSourceEquality Operator

Checks whether the two instances of RfsgDigitalEdgeScriptTriggerSource are equal.

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

Syntax

public static bool operator ==(
	RfsgDigitalEdgeScriptTriggerSource source1,
	RfsgDigitalEdgeScriptTriggerSource source2
)
Public Shared Operator = ( 
	source1 As RfsgDigitalEdgeScriptTriggerSource,
	source2 As RfsgDigitalEdgeScriptTriggerSource
) As Boolean

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalEdgeScriptTriggerSource
Specifies an RfsgDigitalEdgeScriptTriggerSource object.
source2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgDigitalEdgeScriptTriggerSource
Specifies an RfsgDigitalEdgeScriptTriggerSource object.

Return Value

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

See Also

Log in to get a better experience