NI-SCOPE .NET Class Library Help

Table of Contents

ScopeWarning.Equals Method (ScopeWarning, Boolean)

  • Updated2023-09-06
  • 1 minute(s) read
ScopeWarning.Equals Method (ScopeWarning, Boolean)

ScopeWarningEquals Method (ScopeWarning, Boolean)

Checks for the equality for the two ScopeWarning objects considering whether warning message should be compared or not.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

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

Parameters

warning
Type: NationalInstruments.ModularInstruments.NIScopeScopeWarning
The ScopeWarning 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 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