VeriStand .NET API Reference

Table of Contents

Statement.Equals Method (Statement)

Determines whether the specified other object is equal to the current instance of Statement. This is an abstract declaration only. Derived classes must implement the correct Equals comparison for that class.

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 MustOverride Function Equals ( _
	other As Statement _
) As Boolean
C#
public abstract bool Equals(
	Statement other
)
Visual C++
public:
virtual bool Equals(
	Statement^ other
) abstract

Parameters

other
Type: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.Statement
The Statement 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 of Statement. Otherwise, false (False in Visual Basic).

Implements

IEquatable(T).Equals(T)

See Also

Log in to get a better experience