Equals Method (Object)
- Updated2023-02-21
- 2 minute(s) read
Determines whether this instance of SwitchRevisionQueryResult and the 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 Overrides Function Equals ( _ obj As Object _ ) As Boolean |
C# |
---|
public override bool Equals( Object obj ) |
Parameters
- obj
- Type: System..::.ObjectThe object to be compared to the current instance of SwitchRevisionQueryResult.