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