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 |
| Visual C++ |
|---|
public:
virtual bool Equals(
Object^ obj
) override |
Return Value
true (True in Visual Basic) if
obj is equal to the current instance of
DataValue; otherwise
false (False in Visual Basic).