ScopeWarning.Equals Method (ScopeWarning)
- Updated2023-09-06
- 1 minute(s) read
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: Booleanif the two instances are equal; otherwise, .