NIRfsg Namespace

Table of Contents

RfsgSynchronizedSampleClockDistributionLine.Equality Operator

  • Updated2025-05-22
  • 1 minute(s) read
RfsgSynchronizedSampleClockDistributionLine.Equality Operator

RfsgSynchronizedSampleClockDistributionLineEquality Operator

Checks whether the two instances of RfsgSynchronizedSampleClockDistributionLine are equal.

Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025

Syntax

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

Parameters

distributionLine1  RfsgSynchronizedSampleClockDistributionLine
Specifies an RfsgSynchronizedSampleClockDistributionLine object.
distributionLine2  RfsgSynchronizedSampleClockDistributionLine
Specifies an RfsgSynchronizedSampleClockDistributionLine object.

Return Value

Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience