ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgPxiChassisClock10Source.Equality Operator

RfsgPxiChassisClock10Source.Equality Operator

RfsgPxiChassisClock10SourceEquality Operator

Determines whether the two instances of RfsgPxiChassisClock10Source are equal.

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

Syntax

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

Parameters

source1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgPxiChassisClock10Source
Specifies an RfsgPxiChassisClock10Source object.
source2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgPxiChassisClock10Source
Specifies an RfsgPxiChassisClock10Source object.

Return Value

Type: Boolean
if the two instances represent the same result; otherwise, .

See Also

In This Section
Was this information helpful?