Method | Description | |
---|---|---|
ValueEquals ( Object obj ) : System.Boolean |
This method checks whether the values of all properties of the given object are the same as the properties of this object. The given object may be of any type, so the method checks whether it is of type TimeSeriesValue (if not, it returns false).
|
public ValueEquals ( Object obj ) : System.Boolean | ||
obj | Object | the object to compare to this object |
return | System.Boolean |