PersistenceVersionAttribute Equals Method TIBCO Spotfire 6.5 API Reference
Returns a value that indicates whether this instance is equal to a specified object.

Namespace: Spotfire.Dxp.Framework.Persistence
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: System Object
An Object to compare with this instance or null.

Return Value

Type: Boolean
true if obj equals the type and value of this instance; otherwise, false.
Version Information

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