RfpmSwitchWarning.Equals Method (RfpmSwitchWarning, Boolean)
- Updated2023-12-28
- 1 minute(s) read
RfpmSwitchWarningEquals Method (RfpmSwitchWarning, Boolean)
Checks if the two RfpmSwitchWarning objects are equal by considering whether the warning message should be compared or not.
Namespace: NationalInstruments.ModularInstruments.NIRfpmSwitch
Assembly: NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40 (in NationalInstruments.ModularInstruments.NIRfpmSwitch.Fx40.dll) Version: 2023
Syntax
public bool Equals( RfpmSwitchWarning warning, bool ignoreWarningMessage )
Public Function Equals ( warning As RfpmSwitchWarning, ignoreWarningMessage As Boolean ) As Boolean
Parameters
- warning
- Type: NationalInstruments.ModularInstruments.NIRfpmSwitchRfpmSwitchWarning
The RfpmSwitchWarning object to which this object is compared. - ignoreWarningMessage
- Type: SystemBoolean
Whether the warning message must be ignored. If the warning message is to be ignored, then the value of ignoreWarningMessage is . If warning message is to be compared, then value of ignoreWarningMessage is .
Return Value
Type: Booleanif the two instances are equal; otherwise, .