Equals(RfsgWarning)
- Updated2025-10-14
- 1 minute(s) read
Determines whether the current instance of RfsgWarning and the RfsgWarning object that you specify are equal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public bool Equals(RfsgWarning warning)
Parameters
| Name | Type | Description |
|---|---|---|
| warning | RfsgWarning | Specifies the RfsgWarning object to be compared to the current instance of RfsgWarning. |
Returns
true if the two instances are equal; otherwise, false.