PersistenceVersionAttribute Equals Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also