NIRfsg Namespace

Table of Contents

RfsgPulseModulationSource.Equality Operator

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

RfsgPulseModulationSourceEquality Operator

Checks whether the two instances of RfsgPulseModulationSource are equal.

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

Syntax

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

Parameters

source1  RfsgPulseModulationSource
Specifies an RfsgPulseModulationSource object.
source2  RfsgPulseModulationSource
Specifies an RfsgPulseModulationSource object.

Return Value

Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience