RfpmWarning.Equals Method (RfpmWarning)
- Updated2023-12-28
- 1 minute(s) read
RfpmWarningEquals Method (RfpmWarning)
Determines whether the current instance of RfpmWarning and the RfpmWarning object that you specify are equal.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public bool Equals( RfpmWarning warning )
Public Function Equals ( warning As RfpmWarning ) As Boolean
Parameters
- warning
- Type: NationalInstruments.ModularInstruments.NIRfpmRfpmWarning
The RfpmWarning object to be compared to the current instance of RfpmWarning.
Return Value
Type: Booleanif the two instances are equal; otherwise, .