RfsgWarning.Equals(RfsgWarning, Boolean) Method
- Updated2025-05-22
- 1 minute(s) read
Rfsg
Checks for the equality for the two RfsgWarning object considering whether warning message should be compared or not.
Namespace: NationalInstruments.ModularInstruments.NIRfsg
Assembly: NationalInstruments.ModularInstruments.NIRfsg.Fx45 (in NationalInstruments.ModularInstruments.NIRfsg.Fx45.dll) Version: 2025
Syntax
public bool Equals( RfsgWarning warning, bool ignoreWarningMessage )
Public Function Equals ( warning As RfsgWarning, ignoreWarningMessage As Boolean ) As Boolean
Parameters
- warning RfsgWarning
- Specifies the RfsgWarning 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 the warning message is to be compared, then value of ignoreWarningMessage is .
Return Value
Booleanif the two instances are equal; otherwise, .