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

Namespace: Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
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.
Version Information

Supported in: 6.5, 6.0, 5.5, 5.0, 4.5
See Also