ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgArbSampleClockSource.Equality Operator

RfsgArbSampleClockSource.Equality Operator

RfsgArbSampleClockSourceEquality Operator

Checks whether two instances of the RfsgArbSampleClockSource object are equal.

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

Syntax

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

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgArbSampleClockSource
Specifies an RfsgArbSampleClockSource object.
source2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgArbSampleClockSource
Specifies an RfsgArbSampleClockSource object.

Return Value

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

See Also

In This Section
Was this information helpful?