VeriStand .NET API Reference

Table of Contents

DataValue.Equals Method (DataResource)

Returns a value indicating whether this instance is equal to the specified DataResource object. This method uses Type and Units 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 ( _
	other As DataResource _
) As Boolean
C#
public override bool Equals(
	DataResource other
)
Visual C++
public:
virtual bool Equals(
	DataResource^ other
) override

Parameters

other
Type: NationalInstruments.VeriStand.Data.DataResource
The data resource to compare to this instance.

Return Value

true (True in Visual Basic) if other has the same type and units as this instance; otherwise false (False in Visual Basic).

Implements

IEquatable(T).Equals(T)

See Also

Log in to get a better experience