operator==(RfsgWarning, RfsgWarning)
- Updated2025-10-14
- 1 minute(s) read
Checks whether the two instances of RfsgWarning are equal.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsg
public static bool operator==(RfsgWarning warning1, RfsgWarning warning2)
Parameters
| Name | Type | Description |
|---|---|---|
| warning1 | RfsgWarning | Specifies an RfsgWarning object. |
| warning2 | RfsgWarning | Specifies an RfsgWarning object. |
Returns
true if the two instances are equal; otherwise, false.