Equals Method (SwitchWarning, Boolean)
- Updated2023-02-21
- 2 minute(s) read
Checks if the two NISwitch.SwitchWarning objects are equal by considering whether warning message should be compared or not.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public Function Equals ( _ warning As SwitchWarning, _ ignoreWarningMessage As Boolean _ ) As Boolean |
C# |
---|
public bool Equals( SwitchWarning warning, bool ignoreWarningMessage ) |
Parameters
- warning
- Specifies the NISwitch.SwitchWarning object to which this object is compared.
- ignoreWarningMessage
- Type: System..::.BooleanSpecifies if the warning message must be ignored. If the warning message is to be ignored,then value of ignoreWarningMessage is trueTruetruetrue (True in Visual Basic). If warning message is to be compared then value of ignoreWarningMessage is falseFalsefalsefalse (False in Visual Basic).