RfsaWarning.Equals(RfsaWarning, Boolean) Method
- Updated2025-07-17
- 1 minute(s) read
Rfsa
Checks for the equality for the two RfsaWarning objects considering whether warning message should be compared or not.
Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025
Syntax
public bool Equals( RfsaWarning warning, bool ignoreWarningMessage )
Public Function Equals ( warning As RfsaWarning, ignoreWarningMessage As Boolean ) As Boolean
Parameters
- warning RfsaWarning
- Specifies the RfsaWarning object to which this object is compared.
- ignoreWarningMessage Boolean
- 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
Booleanif the two instances are equal; otherwise, .