License Equals Method TIBCO Spotfire 6.0 API Reference
Compare with another license based on id.

Namespace: Spotfire.Dxp.Framework.License
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
The license to compare with.

Return Value

Type: Boolean
true if the licenses are equal. false if the licenses aren't equal.
See Also