NIRfsa Namespace

Table of Contents

RfsaWarning.Equality Operator

  • Updated2025-07-17
  • 1 minute(s) read
RfsaWarning.Equality Operator

RfsaWarningEquality Operator

Checks whether the two instances of RfsaWarning are equal.

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

Syntax

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

Parameters

warning1  RfsaWarning
Specifies a RfsaWarning object.
warning2  RfsaWarning
Specifies a RfsaWarning object for the comparison.

Return Value

Boolean
if the two instances are equal; otherwise, .

See Also

Log in to get a better experience