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