ni-rfsg-dotnet-api-ref_doc

Content Type
Programming Language
Current manual
Table of Contents

RfsgWarning.Equality Operator

RfsgWarning.Equality Operator

RfsgWarningEquality Operator

Checks whether the two instances of RfsgWarning are equal.

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

Syntax

public static bool operator ==(
	RfsgWarning warning1,
	RfsgWarning warning2
)
Public Shared Operator = ( 
	warning1 As RfsgWarning,
	warning2 As RfsgWarning
) As Boolean

Parameters

warning1
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgWarning
Specifies an RfsgWarning object.
warning2
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgWarning
Specifies an RfsgWarning object.

Return Value

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

See Also

In This Section
Was this information helpful?