Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of type Spotfire.Dxp.Application.Filters.ValueRange given a range to copy.
A range to copy.
Initializes a new instance of type Spotfire.Dxp.Application.Filters.ValueRange.
The lower limit of the range.
The upper limit of the range.
Gets the high limit of the range.
Gets a value indicating whether or not this range is full, having both the low and high properties set to their respective Spotfire.Dxp.Application.Filters.ValueRange.Endpoint values.
Gets a value indicating whether or not this range is valid.
Gets the low limit of the range.
Returns the fully qualified type name of this instance.
A System.String containing a fully qualified type name.
A ValueRange represents an interval in a scale containing values of arbitrary types. The range is defined by the properties Spotfire.Dxp.Application.Filters.ValueRange.High and Spotfire.Dxp.Application.Filters.ValueRange.Low.
Since
2.0