Equals Method (SwitchRevisionQueryResult)
- Updated2023-02-21
- 2 minute(s) read
Determines whether the current instance of SwitchRevisionQueryResult and the SwitchRevisionQueryResult object that you specify 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 SwitchRevisionQueryResult _ ) As Boolean |
C# |
---|
public bool Equals( SwitchRevisionQueryResult result ) |
Parameters
- result
- The SwitchRevisionQueryResult object to be compared to the current instance of SwitchRevisionQueryResult to be compared.