VeriStand .NET API Reference

Table of Contents

Statement.Equals Method (Object)

Determines whether the specified obj, which must be a Statement object, is equal to the current instance of Statement.

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 Overrides Function Equals ( _
	obj As Object _
) As Boolean
C#
public override bool Equals(
	Object obj
)
Visual C++
public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System.Object
The object to compare with the current Statement object.

Return Value

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

Remarks

Overrides Object.Equals.

See Also

Log in to get a better experience