VeriStand .NET API Reference

DataValue.Equals Method (Object)

Returns a value indicating whether this instance is equal to the specified object, which must be a DataValue object. This method uses Body and the CaseValue to determine equivalency.

Namespace: NationalInstruments.VeriStand.Data
Assembly: NationalInstruments.VeriStand.DataTypes (in NationalInstruments.VeriStand.DataTypes.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 DataValue object to compare to this instance.

Return Value

true (True in Visual Basic) if obj is equal to the current instance of DataValue; otherwise false (False in Visual Basic).

See Also

Log in to get a better experience