VeriStand .NET API Reference

CaseStatement.Equals Method (CaseStatement)

Determines whether the specified other object is equal to the current instance of CaseStatement. Equivalency is determined using the CaseValue and the body of code that the case executes.

Namespace: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Function Equals ( _
	other As CaseStatement _
) As Boolean
C#
public bool Equals(
	CaseStatement other
)
Visual C++
public:
virtual bool Equals(
	CaseStatement^ other
) sealed

Parameters

other
Type: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.CaseStatement
The CaseStatement object to compare with the current instance.

Return Value

true (True in Visual Basic) if the specified other object is equal to the current instance. Otherwise, false (False in Visual Basic).

Implements

IEquatable(T).Equals(T)

See Also

Log in to get a better experience