ProjectionEquality Operator TIBCO Spotfire 7.6 API Reference
Equality operator.

Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public static bool operator ==(
	Projection first,
	Projection second
)

Parameters

first
Type: Spotfire.Dxp.Application.Visuals.MapsProjection
The first Projection.
second
Type: Spotfire.Dxp.Application.Visuals.MapsProjection
The second Projection.

Return Value

Type: Boolean
true if the Projection instances are equal, false otherwise.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5
See Also

Reference