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