VeriStand .NET API Reference

DataResource.Equals Method (DataResource)

Determines whether the specified other object is equal to the current instance of DataResource. This is an abstract declaration only. Derived classes must implement the correct Equals comparison for that class.

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 MustOverride Function Equals ( _
	other As DataResource _
) As Boolean
C#
public abstract bool Equals(
	DataResource other
)
Visual C++
public:
virtual bool Equals(
	DataResource^ other
) abstract

Parameters

other
Type: NationalInstruments.VeriStand.Data.DataResource
The DataResource object to compare with the current instance.

Return Value

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

Implements

IEquatable(T).Equals(T)

See Also

Log in to get a better experience