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 |
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)