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