NI-SCOPE .NET Class Library Help

Table of Contents

ScopeWarning.Equals Method (ScopeWarning)

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

ScopeWarningEquals Method (ScopeWarning)

Determines whether the current instance of ScopeWarning and the ScopeWarning object that you specify are equal.

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

Syntax

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

Parameters

warning
Type: NationalInstruments.ModularInstruments.NIScopeScopeWarning
The ScopeWarning object to be compared to the current instance of ScopeWarning.

Return Value

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

See Also

Log in to get a better experience