ni-rfsg-dotnet-api-ref_doc

Table of Contents

RfsgWarning.Equals Method (RfsgWarning, Boolean)

  • Updated2024-05-08
  • 1 minute(s) read
RfsgWarning.Equals Method (RfsgWarning, Boolean)

RfsgWarningEquals Method (RfsgWarning, Boolean)

Checks for the equality for the two RfsgWarning object considering whether warning message should be compared or not.

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

Syntax

public bool Equals(
	RfsgWarning warning,
	bool ignoreWarningMessage
)
Public Function Equals ( 
	warning As RfsgWarning,
	ignoreWarningMessage As Boolean
) As Boolean

Parameters

warning
Type: NationalInstruments.ModularInstruments.NIRfsgRfsgWarning
Specifies the RfsgWarning object to which this object is compared.
ignoreWarningMessage
Type: SystemBoolean
Specifies if the warning message must be ignored. If the warning message is to be ignored, then value of ignoreWarningMessage is . If the warning message is to be compared, then value of ignoreWarningMessage is .

Return Value

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

See Also

Log in to get a better experience