Equals Method (SwitchErrorQueryResult)
- Updated2023-02-21
- 2 minute(s) read
Determines whether the current instance of NISwitch.SwitchErrorQueryResult and the user specified NISwitch.SwitchErrorQueryResult object are equal.
Namespace:
NationalInstruments.ModularInstruments.NISwitch
Assembly:
NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)Visual Basic (Declaration) |
---|
Public Function Equals ( _ result As SwitchErrorQueryResult _ ) As Boolean |
C# |
---|
public bool Equals( SwitchErrorQueryResult result ) |
Parameters
- result
- Specifies the NISwitch.SwitchErrorQueryResult object to be compared to the current instance of NISwitch.SwitchErrorQueryResult.