NI-SWITCH 19.0 .NET Framework 4.0 API Reference

Table of Contents

Equals Method (SwitchErrorQueryResult)

  • Updated2023-02-21
  • 2 minute(s) read
Equals Method (SwitchErrorQueryResult)
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
)

Return Value

Type: System..::.Boolean
trueTruetruetrue (True in Visual Basic) if the two instances are equal; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also

Log in to get a better experience