VeriStand .NET API Reference

Code.Equals Method (Object)

Determines whether the specified obj, which must be a Code object, is equal to the current instance of Code. Equivalency is determined using the Setup, Main, and CleanUp code sections.

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 Code object.

Return Value

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

Remarks

Overrides Object.Equals.

See Also

Log in to get a better experience