ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgSynchronizedStartTriggerDistributionLine.Equality Operator

RfsgSynchronizedStartTriggerDistributionLine.Equality Operator

RfsgSynchronizedStartTriggerDistributionLineEquality Operator

Checks whether the two instances of RfsgSynchronizedStartTriggerDistributionLine are equal.

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

Syntax

public static bool operator ==(
	RfsgSynchronizedStartTriggerDistributionLine distributionLine1,
	RfsgSynchronizedStartTriggerDistributionLine distributionLine2
)
Public Shared Operator = ( 
	distributionLine1 As RfsgSynchronizedStartTriggerDistributionLine,
	distributionLine2 As RfsgSynchronizedStartTriggerDistributionLine
) As Boolean

Parameters

distributionLine1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSynchronizedStartTriggerDistributionLine
Specifies an RfsgSynchronizedStartTriggerDistributionLine object.
distributionLine2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgSynchronizedStartTriggerDistributionLine
Specifies an RfsgSynchronizedStartTriggerDistributionLine object.

Return Value

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

See Also

In This Section
Was this information helpful?