ValueRange Equals Method TIBCO Spotfire 6.0 API Reference
Indicates whether this instance and a specified object are equal.

Namespace: Spotfire.Dxp.Application.Filters
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
Another object to compare to.

Return Value

Type: Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.
See Also